View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
daniel17363 daniel17363 is offline
external usenet poster
 
Posts: 3
Default sort an array on selected column

I want to sort an array using VBA independently of the spreadsheet. Thus I
have an array with 150 rows and 8 columns with the first column characters. I
wish to select any column and order that column by value and maintain the
relationship with the other columns. Apparently VBA has no higher level SORT
routine of this sort. Please correct me if I am incorrect and point to a
canned subroutine if I am correct.
Thank you,
DDH