On Error GoTo Statements not working

G

Guest

For some reason, none of my On Error GoTo statements are working this
morning. Instead of going to the error handler, a dialog pops up asking me
if I want to end or debug. All had been working fine previously . Any ideas?
 
R

Rick Brandt

Ken said:
For some reason, none of my On Error GoTo statements are working this
morning. Instead of going to the error handler, a dialog pops up asking me
if I want to end or debug. All had been working fine previously . Any ideas?

Tools
Options
Advanced
Error Trapping

It's probably set to "Break On All Errors". Change it to "Break on Unhanded
Errors".
 
G

Guest

Ken said:
For some reason, none of my On Error GoTo statements are working this
morning. Instead of going to the error handler, a dialog pops up asking me
if I want to end or debug. All had been working fine previously . Any ideas?

Never mind - I found the problem. Someone unchecked Break in Class Module.
 

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