error handler

  • Thread starter Thread starter Fleur
  • Start date Start date
F

Fleur

Can anyone tell me how to get an error to be ingnored and
the next line of code execute?

thanks
 
At the beginning of the procedure that produces the error put the line

On Error Resume Next
HTH
 

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