Thread
:
VBA Sort method w/more than 3 Keys
View Single Post
#
2
Dave Peterson
Posts: n/a
Same way as manually.
Sort multiple times.
Sort by the 3 most minor columns first, then the next 3 most minor, ..., until
you get to the 3 most major.
KenRoy wrote:
How can I sort a worksheet in VBA on more than 3 columns?
--
Dave Peterson
Reply With Quote