Hello,
I have one location in my code where I want custom error trapping. After that, I wish the (non-)error handling of VB to return to normal. In other words, can I reverse the effects of my one and only ON ERROR GOTO statement?
-thanks
note: I know about disabling error trapping (ON ERROR GOTO 0), and don't want to do this.
I have one location in my code where I want custom error trapping. After that, I wish the (non-)error handling of VB to return to normal. In other words, can I reverse the effects of my one and only ON ERROR GOTO statement?
-thanks
note: I know about disabling error trapping (ON ERROR GOTO 0), and don't want to do this.