Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I used the record macro feature to get the basis for sorting a range and then
edited the code to take out the "select" actions [ie - select Sheets("...]. I then executed the macro and it worked. I then copied this edited macro into a sub where I need this to execute and it failed with the message below. What is very strange is that I then went back and executed the macro in the sub where I originally recorded it -- sometime it worked with no issue while other times the same error below came up -- and this was with no data being edited in the sheet where the sort was ocurring. Any idea on what the issue is? FYI - there are many rows of data in the range (there are no blanks in the key column (column D)). Error Message: Run-time error '1004: The sort reference is not valid. Make sure that it's within the data you want to sort, and the first Sort By box isn't the same or blank. Code: With Sheets("Member ID Report Master") .Cells.Sort Key1:=Range("D2"), Order1:=xlAscending, Header:=xlYes, MatchCase:= _ False, Orientation:=xlTopToBottom, DataOption1:=xlSortNormal End With -- Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort Issue | Excel Discussion (Misc queries) | |||
Sort issue | Excel Worksheet Functions | |||
sort issue | Excel Programming | |||
Sort Issue | Excel Programming | |||
Sort issue | Excel Programming |