- ©«¤l
- 472
- ¥DÃD
- 5
- ºëµØ
- 0
- ¿n¤À
- 485
- ÂI¦W
- 0
- §@·~¨t²Î
- Windows
- ³nÅ骩¥»
- MS Office
- ¾\ŪÅv
- 100
- ©Ê§O
- ¨k
- ¨Ó¦Û
- »´ä
- µù¥U®É¶¡
- 2010-7-4
- ³Ì«áµn¿ý
- 2014-12-28

|
¥»©«³Ì«á¥Ñ kimbal ©ó 2010-8-25 20:39 ½s¿è
¦^´_ 1# y663258
¤j¬ù¬O³o¼Ë? ¦æ¼Æ¤º¤j¤p¼g¦º.- Dim strstr As Variant
- Dim strstr as variant
- Dim size As variant
- size = array(22,12,16,12,16,7)
- strstr = Sheet2.Range("A1:A6").Value
-
- If UBound(strstr) <= 0 Then
- Exit Sub
- End If
-
- Sheet1.Range("A1").Value = Space(4)
- For i = 1 To UBound(strstr)
- Sheet1.Range("A1").Value = Sheet1.Range("A1").Value & strstr(i, 1) & Chr(10) & Space(4)
- Next
- Sheet1.Range("A1").Value = Left(Sheet1.Range("A1").Value, Len(Sheet1.Range("A1").Value) - 5)
- j = 4
-
- For i = 1 To UBound(strstr)
- Sheet1.Range("A1").Characters(j, j + Len(strstr(i, 1)) + 5).Font.size = size(i)
- j = j + Len(strstr(i, 1)) + 6
- Next
½Æ»s¥N½X |
|