|
-
Jan 19th, 2005, 10:08 AM
#2
Lively Member
Re: error 9 runtime
Error 9 is a "Subscript out of range" error which means that you have tried to reference either an array element in an empty array or an element index that is greater than the Ubound limit of the array.
You need to put some error trapping into your code.
All the best,
Dave.
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
|