Thread
:
Variables in Declaring an Array
View Single Post
#
1
Posted to microsoft.public.excel.programming
Jimmy
external usenet poster
Posts: 22
Variables in Declaring an Array
Dim myArray(0 To n) As String
The dimensions of this array change throughout.
Why can't I use the variable 'n' in the declaration?
And, more importantly, can someone help me solve this problem?
Thanks,
Jimmy
Reply With Quote
Jimmy
View Public Profile
Find all posts by Jimmy