Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I feel very foolish asking this question but I have been going round and
round on this too long. I have the following code in a Userform (not in a module): Sheets(1).Activate Sheets(1).Range(Cells(3,1),Cells(15,20)).Select Selection.sort Key1:=Range(A2), Order1:=xlAscending _ , Key2:=Range(D2), Order2:=xlAscending _ , Header:=xlGuess, OrderCustom:=1, MatchCase:=False _ , Orientation:xlTopToBottom The code works fine. However, I now want to do the sort without activating sheet(1). I have tried all kinds of ways to do the ranges without using selection but to no avail. I went thru the postings and could not find another posting close to this. Can someone help me. -- russ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy sheet and make new sheet active | Excel Discussion (Misc queries) | |||
I need to sort an active sheet using the col of the active cell | Excel Programming | |||
Active Cell Copy And Paste Sheet to Sheet | New Users to Excel | |||
Copy my active sheet to a new sheet and open with an input form | Excel Programming | |||
Copy from active sheet and paste into new sheet using info from cell in active | Excel Programming |