Thread: Sort Order
View Single Post
  #1   Report Post  
JonathanK1 JonathanK1 is offline
Member
 
Posts: 40
Default Sort Order

So, I'm trying to sort a specific way. Here is what I have.

Cells.Sort Key1:=Range("C:C"), Order1:=x1Descending

Unfortunately, there are at least a dozen variables and there are certain ones I want at the top. Basically, i want to say the order it goes in - not ascending or descending. Is there a way to specifiy the order?

Thanks,

J