Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to use the following code to sort a worksheet (Employee_List), but I
do not want the sorted worksheet to be active: Range("A3:D300").Select Selection.Sort Key1:=Range("D4"), Order1:=xlAscending, Key2:=Range("A4") _ , Order2:=xlAscending, Header:=xlGuess, OrderCustom:=2, MatchCase:= _ False, Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, DataOption2 _ :=xlSortNormal Range("A3").Select |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A question (sort of) | Excel Discussion (Misc queries) | |||
sort question | Excel Worksheet Functions | |||
Sort question | Excel Discussion (Misc queries) | |||
Sort Question | Excel Programming | |||
sort question | Excel Discussion (Misc queries) |