Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to define the length of an array using a varaible. I have
tried: Public blnCheckBoxArray(intNumberCheckboxes) As Boolean but I get error message saying that a fixed value is expected. I ought to be possible. The integer intNumberCheckboxes is set in the beginning of the program so it does not change when running. Should I write something like ByVal? I do not know...Please help me on this one if you can! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Defining a variable length area for output. | Excel Discussion (Misc queries) | |||
defining an array for INDEX | Excel Discussion (Misc queries) | |||
Defining an array to search by | Excel Discussion (Misc queries) | |||
User picks a text file, macro defining the array | Excel Programming | |||
array length in VBA | Excel Programming |