View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gerardo Gerardo is offline
external usenet poster
 
Posts: 27
Default Can you store a value in different levels of a multi array?

I'm working with arrays, and I thought that I could store the names for
(let's say) rows in level one of the array, and then have stored values in
the second level. But it seems that the only place to store values is the
last level of the array. Does that means that I have to keep a second array
with the names for first level elements?

Moreover, if I need "redim preserve" it looks that I can't add a second
dimension to one dimensional array.