
06-27-2009, 12:21 PM
|
|
Newcomer
|
|
Join Date: Jun 2009
Posts: 17
|
|
|
Try modifying this to your needs:
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
Selection.Sort Key1:=Range("f2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortTextAsNumbers
|
|