"Object Required" not displaying

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Error 424 (Object Required) in my code. I have located where it is
using On Error method. But I don't understand why the code doesn't break
automatically to raise the error.
 
You probably have On Error statements which tells the code not to break when
it finds an error. Remove (or comment) the On Error statement.
 

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

Back
Top