Thread: Bubblesort
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Bubblesort

"Bubblesort" is a relatively simple algorithm for sorting an array with
code. There's no command for it, you need to roll your own (search this
group for examples).

If you want to sort a range of cells use Excel's sort, record a macro to get
the syntax and see "sort" in VBA help.

Regards,
Peter T

"Philosophaie" wrote in message
...
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.