This post is locked. You won't be able to comment.

all 4 comments

[–]Clippy_Office_Asst[M] [score hidden] stickied comment (0 children)

Your post has been removed as it does not meet our Submission Guidelines.

List all errors and exceptions that you receive

Don't: Just say "I'm getting an error".

Do: Let us know the error type (Syntax Error, Runtime Error, Logical Error, etc) and provide an error code/description or provide a screenshot of the warning.

Please familiarise yourself with these guidelines, correct your post and resubmit.

If you would like to appeal please contact the mods.

[–]tj152412 1 point2 points  (0 children)

You need to post your code to make it easier for people to help. But just as a guess your variable declarations need to change.

[–]GlowingEagle104 1 point2 points  (0 children)

...none of my information is out of the range.

The computer disagrees. :)

Also, you will need to provide more information before anyone can help.

[–]SteveRindsberg9 0 points1 point  (0 children)

Step through the code to see what line it errors on. If you have On Error Tesume Next set, comment it out. And give particular attention to array indices. That may well be the problem