View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default On Error Resume Next (when next statement is Do Loop ...)

It applies until the error handling is reset with an On Error Goto 0, but
each line will be executed even if the previous on errors.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"EagleOne" wrote in message
ups.com...
2003

If the next code-line after On Error Resume Next is a Do .... Loop,
is the next "statement" the entire Loop or the first code-line
in the Do .... Loop?