Thread
:
assigning values to array
View Single Post
#
1
Posted to microsoft.public.excel.programming
Juggernath[_4_]
external usenet poster
Posts: 15
assigning values to array
Is there some elegant way to assign values to array, for ex:
dim A(3) as integer {1,2,4}
instead of
dim A(3) as integer
A(1)=1
A(2)=2
A(3)=4
Reply With Quote
Juggernath[_4_]
View Public Profile
Find all posts by Juggernath[_4_]