K
kwayux
Unregistered / Unconfirmed
GUEST, unregistred user!
已经把排序在Excel中录好了宏
Sub 宏2()
Selection.Sort Key1:=Range("A2", Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, SortMethod _
:=xlPinYin
End Sub
但不知怎么转换成delphi语句。请各位指教一下,谢谢!!
Sub 宏2()
Selection.Sort Key1:=Range("A2", Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, SortMethod _
:=xlPinYin
End Sub
但不知怎么转换成delphi语句。请各位指教一下,谢谢!!