Does 'resume' leave 'on error' still active?

M

mscertified

After doing a resume in an error handling routine, is the 'on error' trap
that triggered the routine still active or do I need to execute a fresh 'on
error' trap?
Thanks.
 
S

Stuart McCall

mscertified said:
After doing a resume in an error handling routine, is the 'on error' trap
that triggered the routine still active or do I need to execute a fresh
'on
error' trap?
Thanks.

Yes. it's active till the procedure ends (or you issue a 'On Error GoTo 0'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top