reset "on error resume next"

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

I have a section of code that I want to use "on error resume next" to
bypass certain errors but then I want to restore the code to using the
normal error function without using an error handling routine (just
getting the visual basic popup stating that an run-time error
occurred).

How can I do that?

Thanks.

Edward
 
Restore default error checking with this statement:

ON ERROR GOTO 0

(Not especially Intuitive)

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 

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

Similar Threads

Excel On Error Resume Next 2
On error resume next 8
On error resume next 2
on error resume next 2
on error don't resume next? 1
On Error Resume Next ? 4
On Error Resume Next 3
On Error {...} Resume Next 2

Back
Top