Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, XL2003 Is it possible to sort by a custom list, and have that custom list included in the code, rather than putting the custom list in the ToolsOptionsCustom Lists? Something like the following (which generates an error): Range(Cells(A, 1), Cells(500, 16)).Sort _ Key1:=Range("DueHeader"), Order1:=xlAscending, _ Header:=xlYes, OrderCustom:=("SMT","PCB","FA") Regards - Dave. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom List | Excel Programming | |||
Adding custom list and text boxes to the custom tool bar from Excel C API | Excel Discussion (Misc queries) | |||
Adding custom list and text boxes to the custom tool bar from Excel C API | Excel Programming | |||
Custom List | Excel Discussion (Misc queries) | |||
Can you sort a list based on catagory names without useing a custom list? | Excel Programming |