Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
All,
I am trying to write some VBA code for an excel application. I need to read in a CSV file with a set number of fields but variable number of rows. I have been able to open the file and read the contents, however I am having a problem loading the data into an array. I believe I am simply not understanding how to work with multidimensional dynamic arrays. In this case I have two fields with a variable number of rows. I know in other languages like Java I would instantiate a Vector (for example) and then add as many elements as I needed. VBA seems to require knowing the size of the array when it is created with Dim. Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic multidimensional arrays | Excel Programming | |||
Dynamic multidimensional arrays | Excel Programming | |||
MultiDimensional Dynamic Arrays | Excel Programming | |||
Multidimensional Arrays - VBA | Excel Programming | |||
Multidimensional Arrays - VBA | Excel Programming |