View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Al[_10_] Al[_10_] is offline
external usenet poster
 
Posts: 9
Default Sort on two columns in two dimensional array

Thanks Tom, I just wondered if there was a way to code this for speed
of execution and neatness.

Cheers,
Al

"Tom Ogilvy" wrote in message ...
Paste it into a dummy sheet

use excel's sort

pick it back up.

--
Regards,
Tom Ogilvy

"Al" wrote in message
om...
Hi folks,

I am trying to figure out how to sort a two dimensional array by first
element 0, then element 1. I am struggling!! Can someone offer me
some help?

My array is arySort(4, 50)

Cheers,
Al