View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Ignoring Errors

Maybe the example in the Help for "Error Object" and its "Ignore" property
can give you some ideas. The macro recorder produces nothing on this.

NickHK

"Sprinks" wrote in message
...
I'd like to leave error-checking on, but when I realize that a series of
detected errors should be ignored, it would be great to do them in one

swoop
rather than cell-by-cell. Can anyone help?

Sprinks