View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Sort on two columns in two dimensional array

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