C Cath Board Regular Joined Aug 10, 2005 Messages 156 Dec 22, 2005 #1 Just a quickie Does anyone know please Does "on error resume next" ONLY apply to the lines after it and within the sub it is written?? Someone suggested it might carry on to the next sub? Thanks Cath
Just a quickie Does anyone know please Does "on error resume next" ONLY apply to the lines after it and within the sub it is written?? Someone suggested it might carry on to the next sub? Thanks Cath
Justinlabenne Well-known Member Joined Jun 12, 2004 Messages 957 Dec 22, 2005 #2 If you call another sub-procedure that does not contain it's own error-handler then that sub will use the calling procedures error-handler... so depending on how your procedure is structured it can be yes and no.
If you call another sub-procedure that does not contain it's own error-handler then that sub will use the calling procedures error-handler... so depending on how your procedure is structured it can be yes and no.
C Cath Board Regular Joined Aug 10, 2005 Messages 156 Dec 22, 2005 #3 Thanks No my error handler is within the sub so I think it should all be self contained. That's all I need to know thankyou Cath
Thanks No my error handler is within the sub so I think it should all be self contained. That's all I need to know thankyou Cath