Code not working
Trying to use the FilesToArrayRecursive. First I get an error because the comments say it's supposed to be based 1, so I added Option Base 1 to the module, now I get a subscript out of range error near the beginning of the function (if astrfiles(1) = "" then).
-
7 tips for getting unstuck when programming
Don't panic. First things first: don't panic.
Read the error. Take the time to read the error you received.
Check your spelling.
Verbalize the problem.
Break down the problem.
Google it.
Tap into programming resources.Regards,
Rachel Gomez
Please sign in to leave a comment.
Comments
1 comment