Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
excel 2007
what's wrong with the following sort? Sub Macro1() Range("B3").Select lastrow = Range("B" & Rows.Count).End(xlUp).Row Set SortRange = Rows("3:" & lastrow) SortRange.Sort , key1:=Range("C2"), _ order1:=xlAscending, _ key2:=Range("B2"), _ order2:=xlAscending, _ Header:=xlYes End Sub It stops at SortRange.Sort |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
problem sorting | Excel Worksheet Functions | |||
sorting problem 10 comes before 8 | Excel Worksheet Functions | |||
Another sorting problem | Excel Discussion (Misc queries) | |||
sorting problem | Excel Discussion (Misc queries) | |||
Sorting Problem Need | Excel Programming |