View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
clui[_12_] clui[_12_] is offline
external usenet poster
 
Posts: 1
Default rearrange an array in a different order


I have this array myarray(3) with these values:
myarray(1)="Y"
myarray(2)="Other"
myarray(3)="N"

Now I need to have the array in the following order:
myarray(1)="N"
myarray(2)="Y"
myarray(3)="Other"

What's the code for that? Thanks

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