Thread: Macro help
View Single Post
  #8   Report Post  
Jeff Garrett
 
Posts: n/a
Default

Order1:=xlAscending
This means ascending order (lowest to highest) right? I want descending
order. So I put this:
Order1:=xlDescending

Correct?