Thread: Sorting Arrays
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Sorting Arrays

Bernie,

Stephen Bullen has a good collection of QuickSort routines:
http://www.bmsltd.co.uk/Excel/SBXLPage.asp#VBA

Rob


"B Tuohy" wrote in message
...
Is there a quick way to sort a single dimensional array? Multi-dimensional
array?
Thanks.

Bernie