error handler

F

Fleur

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

thanks
 
L

Larry Daugherty

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

On Error Resume Next
HTH
 
Top