- ©«¤l
- 552
- ¥DÃD
- 3
- ºëµØ
- 0
- ¿n¤À
- 578
- ÂI¦W
- 0
- §@·~¨t²Î
- win7
- ³nÅ骩¥»
- office 2010
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2015-2-8
- ³Ì«áµn¿ý
- 2024-7-9
|
¦^´_ 8# EGBT
¤@¯ë¨Ï¥Î°}¦C¤£À³¸ÓSheets("²Îp").Cells(x, 1) = Student(x)³o¼Ë¤l¼g
³o¼Ë¼g¥u¬O®ö¶O¤F°}¦C°õ¦æ³t«×ªºÀuÂI
³Ì¦n¬O°j°é¶]§¹«á¦A¶K¨ìÀx¦s®æ
¦p¤U- Sub TEST1()
- Dim Student()
- x = 0
- With Sheets("¾Ç¥Í¶")
- For Each y In .Range(.Cells(2, 1), .Cells(.Cells(Rows.Count, 1).End(xlUp).Row, 1))
- ReDim Preserve Student(x)
- Student(x) = y
- x = x + 1
- Next
- End With
- Sheets("²Îp").Cells(1, 1).Resize(UBound(Student) + 1) = Application.Transpose(Student)
- End Sub
½Æ»s¥N½X |
|