½Ð°Ýn¦p¦ó§âA1¡BA2¡BA3¦X¨Ö¦Ü C1, ¤å¦r¤º®e¦r«¬¡BÃC¦â¤£ÅÜ¡C
- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
        
|
¦^´_ 1# oiggu - Sub Ex()
- Dim R As Range, i As Integer, ii As Integer
- [C1].Clear
- [C1] = Join(Application.WorksheetFunction.Transpose([A1:A3]), Chr(10))
- i = 1
- For Each R In [A1:A3]
- For ii = 1 To Len(R)
- With R.Characters(Start:=ii, Length:=1).Font
- [C1].Characters(Start:=i, Length:=1).Font.Name = .Name
- [C1].Characters(Start:=i, Length:=1).Font.FontStyle = .FontStyle
- [C1].Characters(Start:=i, Length:=1).Font.Size = .Size
- [C1].Characters(Start:=i, Length:=1).Font.Strikethrough = .Strikethrough
- [C1].Characters(Start:=i, Length:=1).Font.Superscript = .Superscript
- [C1].Characters(Start:=i, Length:=1).Font.Subscript = .Subscript
- [C1].Characters(Start:=i, Length:=1).Font.OutlineFont = .OutlineFont
- [C1].Characters(Start:=i, Length:=1).Font.Shadow = .Shadow
- [C1].Characters(Start:=i, Length:=1).Font.Underline = .Underline
- [C1].Characters(Start:=i, Length:=1).Font.ColorIndex = .ColorIndex
- End With
- i = i + 1
- Next
- i = i + 1
- Next
- End Sub
½Æ»s¥N½X |
|
|
|
|
|
|