- ©«¤l
- 967
- ¥DÃD
- 0
- ºëµØ
- 0
- ¿n¤À
- 1001
- ÂI¦W
- 0
- §@·~¨t²Î
- WIN XP
- ³nÅ骩¥»
- OFFICE 2003
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-11-29
- ³Ì«áµn¿ý
- 2022-5-17
 
|
¦^´_ 5# pcwh3 - Sub SORT()
- For R = 6 To [A65536].End(xlUp).Row
- If Cells(R, "G") <> "" Then
- Range(Cells(R, "G"), Cells(R, "G").End(xlToRight)).Select
- Selection.SORT Key1:=Cells(R, "G"), Order1:=xlAscending, Header:=xlGuess, _
- OrderCustom:=1, MatchCase:=False, Orientation:=xlLeftToRight, SortMethod _
- :=xlStroke, DataOption1:=xlSortNormal
- R = R + 1
- End If
- Next R
- End Sub
½Æ»s¥N½X |
|