Thread
:
Arrays - Lower Bound and Singleline Assignment
View Single Post
#
1
Posted to microsoft.public.excel.programming
Goofy
external usenet poster
Posts: 54
Arrays - Lower Bound and Singleline Assignment
Hi,
Is there a way to set the bounds explicitly using the 'To' and then do the
assignment on one line
something like
Dim myArray( 1 to 20 ) as string
myArray = {"one","two","Three"}
??
Reply With Quote
Goofy
View Public Profile
Find all posts by Goofy