View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default On Error Resume Next

AFAIK it means what it says. If you encounter something that would cause an
error to stop your code, just ignore it and go on to the next thing which
may work. This may be good but it might ignore something you need to know
about.

--
Don Guillett
SalesAid Software

"Mike" wrote in message
...
I have seen "On Error Resume Next" in several different
macros but do not fully understand how it works. Any help
would be greatly appreciated. Thanks