View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Newbie Q: What does "On error goto 0" mean?

As written in VBA help

Disables any enabled error handler in the current procedure.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"*¡¸ My-Ricky ¡¸*" wrote in message
...
Dear all,

I saw so programs use the code "On error goto 0". What does it mean

actually and when should I apply
this code to my vba program?

Thanks in advance




--