|
-
Jun 7th, 2000, 09:23 PM
#1
Why does Error 0 occur?
If it does occur, how can we handle it since any Resume statement gives a Error 20(Resume without an error).
-
Jun 7th, 2000, 09:38 PM
#2
Your code is probably "falling through" to your error trapping routine. To fix it, put an Exit Sub or Function just prior to the error routine.
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
|