If you're sorting a range, you could just use range.sort (like using Data|Sort
in Excel's UI).
If you have an array, then you could use bubblesort.
John Walkenbach has an example of bubblesort in a routine that eliminates
duplicates and then sorts that single array and puts the sorted values into a
listbox.
http://spreadsheetpage.com/index.php..._in_a_listbox/
Philosophaie wrote:
>
> Is there a command called Bubblesort? If so what can it do and its functions
> like multiple rows, sort a range by ascendind or descending.
--
Dave Peterson