"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.
 
Back
Top