View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joakim Norrman[_2_] Joakim Norrman[_2_] is offline
external usenet poster
 
Posts: 8
Default Quicksort for multi-columns

I want to sort a 2D-array. I have found Quicksort code but only for a
one-dimensional array. Do anyone know where to find a sort routine for
2D-arrays? I want a quick method. Not Bubble sort.