½Ð°Ýn¦p¦ó§âA1¡BA2¡BA3¦X¨Ö¦Ü C1, ¤å¦r¤º®e¦r«¬¡BÃC¦â¤£ÅÜ¡C
- ©«¤l
- 835
- ¥DÃD
- 6
- ºëµØ
- 0
- ¿n¤À
- 915
- ÂI¦W
- 0
- §@·~¨t²Î
- Win 10,7
- ³nÅ骩¥»
- 2019,2013,2003
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-3
- ³Ì«áµn¿ý
- 2024-11-14
|
¦^´_ 2# GBKEE
¤]¥i¥H²¤Æ¦¨¥H¤U³o¼Ë :- Sub Ex()
- Dim R As Range, i As Integer, ii As Integer
- Dim fS As Font, fT As Font
- [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)
- Set fS = R.Characters(Start:=ii, Length:=1).Font
- Set fT = [C1].Characters(Start:=i, Length:=1).Font
- With fS
- fT.Name = .Name
- fT.FontStyle = .FontStyle
- fT.Size = .Size
- fT.Strikethrough = .Strikethrough
- fT.Superscript = .Superscript
- fT.Subscript = .Subscript
- fT.OutlineFont = .OutlineFont
- fT.Shadow = .Shadow
- fT.Underline = .Underline
- fT.ColorIndex = .ColorIndex
- End With
- i = i + 1
- Next
- i = i + 1
- Next
- End Sub
½Æ»s¥N½X |
|
|
|
|
|
|