View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_71_] ExcelMonkey[_71_] is offline
external usenet poster
 
Posts: 1
Default Sorting 2D portion of 5D Array

Correction: I mistakenly said 5 elements when I meant 5 dimensions.
See below:

I had a 2D array which I sorted descending using the 9th column. I have
now expanded the array to include 5 elements. I still want to sort the
array as I originally did but am not sure what changes I have to make
to the call statment and the bubble sort to ensure that code contintues
to simply sort the 2D portion of the array. The working code below is
what I have for the original 2D array.


---
Message posted from http://www.ExcelForum.com/