Resetting error reporting after On Error GoTo

S

Steve

I have an "On Error GoTo" statement at the beginning of a macro to test for a
particular thing. Once that is done, is there a way of resetting error
reporting as if the "On Error GoTo" was never there?
 
J

Jacob Skaria

Hi Steve

On Error GoTo 0

disables any enabled error handler in the current procedure.

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top