|
-
Jun 25th, 2000, 07:07 AM
#1
Thread Starter
Lively Member
i use this code:
ReDim Preserve test(UBound(test) + 1) As String
test(UBound(test) + 1) = test
that is inside a public sub and the array test is decleared like this:
Global test() as string
i may have made some minor spelling errors here, thats nt the problem but it gives me the error subscript out of range any idea why?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|