Thread
:
Macro help
View Single Post
#
8
Jeff Garrett
Posts: n/a
Order1:=xlAscending
This means ascending order (lowest to highest) right? I want descending
order. So I put this:
Order1:=xlDescending
Correct?
Reply With Quote