Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a large dynamic named range to sort with the Workbook_Open
event. Using Excel 2003 on XP db =OFFSET(dbAnchor,0,0,dbRowCount+1,COUNTA(ColNameLi st)) X is set equal to 1 column of the database that includes the header row = Range("$O$2:$O$8100"). Range("db").Sort Key1:=x, Order1:=xlDescending, Header:=xlGuess _ , OrderCustom:=1, MatchCase:=False, Orientation:=xlSortColumns, _ DataOption1:=xlSortNormal The Error I am getting is 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. Based on my debuging it has to do with the Range("db") not being resolved. If I hard code the address of the db it works. Is there a limitation I am missing? If I delete ~2k rows it works. If I manually sort it and then run the routine it works fine??? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Links to Dynamic Named Range = Problem | Excel Worksheet Functions | |||
Problem with named range for a large spreadsheet in Excel 2007 | Excel Discussion (Misc queries) | |||
Creating a macro to sort a complex dynamic named reference | Excel Programming | |||
Problem with Dynamic Named Range | Excel Worksheet Functions | |||
Vlookup in large named range | Excel Worksheet Functions |