S
Sam
Is there a way to defind an array of constants in VBA? I
tried the following and it would not compile.
Const a(1) As Double = 1
Const a(2) As Double = 2
Thanks,
Sam
tried the following and it would not compile.
Const a(1) As Double = 1
Const a(2) As Double = 2
Thanks,
Sam