Excel Sort
Why not just use the builtin sort? I presume you are doing in VBA, so just
code an Excel VBA sort.
--
__________________________________
HTH
Bob
"Bob" wrote in message
...
Hi Everyone:
I was wondering if any of the excel experts and MVP's know what algorithm
excel is using for their sorting command (Data - Sort). I am trying to
do something similar to Excel's sort that sorts column 1, then 2, then 3.
All the algorithms that I have seen, only sort one column.
Thanks for all your help.
Bob
|