|
-
Apr 13th, 2010, 08:58 AM
#8
Re: run time error '340' - Control array element '29' doesn't exsit
That should answer your question and verifies my assumptions in previous reply. The variable i is being changed outside of your loop. As I suggested, DIM it in your routines that you use it in, or better yet, DIM a different variable and use that. Do not allow your for:next loops to use the shared i variable and your problem will go away.
Edited: Rhinobull's suggestion is a good one to implement.
Last edited by LaVolpe; Apr 13th, 2010 at 09:02 AM.
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
|