Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following erroneous subroutine:
'================================= Sub DoStuff (A as Integer, B as Integer) Dim (A, B) as String ' This creates an error! End Sub '================================ Is it possible to create a 2D array whose size depends on the values of A and B above? I'm basically looking for a way to create a 2D array whose dimensions are not known at runtime. The size of this 2D array will stay constant for the duration of the "DoStuff" procedure, so I only need to set it's size once. Any ideas? - Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
REARRANGE STRINGS IN ARRAY !!!! | Excel Programming | |||
Passing an array of strings from VBA to C | Excel Programming | |||
Creating an array of strings | Excel Programming | |||
Array of Strings | Excel Discussion (Misc queries) | |||
Counting Strings in an Array | Excel Programming |