View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Sort with more than 3 keys?

You can sort multiple times. Just sort by the 3 least important and work your
way to the 3 most important.

Same thing in code.

ALATL wrote:

I need to do a sort with 4 keys. Is this possible? Or is there another way
that I can accomplish what I am trying to do in VBA. Thx.


--

Dave Peterson