View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MasOMenos MasOMenos is offline
external usenet poster
 
Posts: 4
Default Array Randomly Sorted

I need to create a sub procedure to do this:
(1) load a range (i.e. B2:G2) of numbers from a sheet into an array.
(2) randomly sort this array
(3) paste this resorted array back to the original location.
The range has blanks which are to be randomly sorted just like the numbers.

I would really appreciate your help!
Thank You