|
-
February 26th, 2010, 12:37 PM
#6
Re: ABOUT STRING READING FROM textfile
 Originally Posted by davidkhan
Many thanks for you reply, i was trying to compile your code and when button click i got
"compiler error: variable not defined " , highlight to this code "ReDim Preserve MyArray(List1.ListCount) As String"
Do you know what it could be problem?
Thanks
Most likely you did not define the variable. The code given is not a complete program but rather a couple of routines. You need to define any variables that will be used.
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
|