Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
dimensioning a scalar variable and declaring its data type in VBA is no problem: Dim a As Double What if I want the variable to hold an array with multiple components, all with Double precision? This doesn't seem to work: Dim a As Double a = Array() ReDim a(2) Thanks a lot for suggestions! Tom |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Declaring one bidimensinal Array | Excel Programming | |||
Declaring variable as a dynamic array? | Excel Programming | |||
declaring a public array | Excel Programming | |||
Q: Declaring a dynamic array | Excel Programming | |||
declaring an array of CheckBox's | Excel Programming |