View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Where does an "On error resume next" statement apply?

See http://www.cpearson.com/excel/ErrorHandling.htm for an in depth
discussion of error handling.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"davegb" wrote in message
ups.com...
If I put an "On error resume next" command in a macro, and it's in a
sub called from another sub, does it end when the sub it was in ends,
or does it still apply back in the parent sub?

TIA