RichO
Registered Yoozer
- Local time
- Yesterday, 20:09
- Joined
- Jan 14, 2004
- Messages
- 1,036
Hey guys,
I have a piece of VBA code that handles certain errors and then resumes execution. Lately it is giving me an error and because of the error handling routine, I can't rely on the standard access error dialog with the debug button to direct me to the source of the error.
Step debugging is not an option because it cycles through this code hundreds of times.
How can I find the source (line) of the error?
Is there a way to still get the debug button when the error handler encounters an error it isn't written to handle?
Thanks!
I have a piece of VBA code that handles certain errors and then resumes execution. Lately it is giving me an error and because of the error handling routine, I can't rely on the standard access error dialog with the debug button to direct me to the source of the error.
Step debugging is not an option because it cycles through this code hundreds of times.
How can I find the source (line) of the error?
Is there a way to still get the debug button when the error handler encounters an error it isn't written to handle?
Thanks!