Thread
:
constant array
View Single Post
#
1
Posted to microsoft.public.excel.programming
Sam
external usenet poster
Posts: 2
constant array
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
Reply With Quote
Sam
View Public Profile
Find all posts by Sam