Thread: error handler
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Larry Daugherty[_2_] Larry Daugherty[_2_] is offline
external usenet poster
 
Posts: 1
Default error handler

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

On Error Resume Next
HTH

--
-Larry-
--

"Fleur" wrote in message
...
Can anyone tell me how to get an error to be ingnored and
the next line of code execute?

thanks