D
Dave
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 Tools>Options>Custom
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.
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 Tools>Options>Custom
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.