- ©«¤l
- 12
- ¥DÃD
- 0
- ºëµØ
- 0
- ¿n¤À
- 108
- ÂI¦W
- 0
- §@·~¨t²Î
- winxp
- ³nÅ骩¥»
- office2003
- ¾\ŪÅv
- 20
- µù¥U®É¶¡
- 2010-5-23
- ³Ì«áµn¿ý
- 2020-11-16
|
¥»©«³Ì«á¥Ñ wang ©ó 2012-2-15 01:27 ½s¿è
¾î¦V±Æ§Ç
¸ê®Æ>±Æ§Ç>¿ï¶µ>¤è¦V>´`¦C±Æ§Ç
R = 1
Do Until Cells(R, 1) = ""
Range(Cells(R, 1), Cells(R, 1).End(xlToRight)).Select
Selection.SORT Key1:=Cells(R, 1), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlLeftToRight, SortMethod _
:=xlStroke, DataOption1:=xlSortNormal
R = R + 1
Loop
Cells(R, 1).Select |
|