- ©«¤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# child - Sub Ex()
- Dim i&, R As Range, Y%
- i = 2: Y = 1
- With Sheet2
- Do While .Cells(i, "b") <> ""
- Set R = .Cells(i, "b")
- With Sheet1.Cells(i - 1, Y)
- .Value = R & Chr(10) & R(1, 2) & R(1, 3) & R(1, 4) & Chr(10) & Chr(10) & R(1, 5) & Space(20) & R(1, 6) & "¦¬" & Chr(10)
- .ColumnWidth = 33
- .Borders.LineStyle = xlContinuous
- .HorizontalAlignment = xlLeft
- .VerticalAlignment = xlCenter
- .IndentLevel = 1
- End With
- If Y = 3 Then
- Y = 1: i = i + 1
- Else
- Y = Y + 1
- End If
- Loop
- End With
- Sheet1.PrintOut
- End Sub
½Æ»s¥N½X |
|