on error don't resume next?

G

Guest

Hi.
I have a procedure that uses "On Error Resume Next" at the beginning of the
procedure. However, I don't want the procedure to pass by errors after a
certain point. Is there a way to tell vba to "on error dont resume next"? In
other words, is there a way to cancel the "on error resume next" within a
procedure?
Thanks,
Albert C.
 

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


Top