Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working on a project where I need to do an array of an array. I've done
some reason, and see that the general approach is to create the sub-arrays, and then set each of the sub-arrays equal to an element in the parent array. I've seen two approaches, one being in the thread titled "jagged arrays", and the other using the redim command titled, "How do you create an Array of Arrays?". I understand the first method, but I don't understand why the redim command is used in the other. It seems a bit more complex, but does seem to be the prefered method in all the articles I've read about this subject. Is there some benefit I will be missing if I don't use the redim method? Joe Dunfee |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ReDim Array | Excel Programming | |||
ReDim Array | Excel Programming | |||
Creating a single vertical array from multiple column arrays | Excel Worksheet Functions | |||
ReDim Object array as parameter of Variant array | Excel Programming | |||
ReDim, Preserve and Multidimensional arrays | Excel Programming |