Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could anyone please advice me with some Array-help (or
where to find the information): I need to have an array I got this far... Dim tempArray tempArray = Array() '(or tempArray = Array("") tempArray(0) = "someValue" tempArray(1) = "someOtherValue" And it crash on the tempArray(0) - or on tempArray(1) if I use tempArray = Array("") - because it's not defined. However, I don't want to specify the length of my Array, but have it dynamic. How can I achieve this? Thx! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet Function to Create Array of Size n with values x Through | Excel Discussion (Misc queries) | |||
Is there an array size limit for MMULT or MINVERSE in excel 2007? | Excel Worksheet Functions | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Can we write VBA code to set all column/row's size back to default size? | Excel Programming | |||
Can we write VBA code to set all column/row's size back to default size? | Excel Programming |