is there anyway to check to see if a page has set on error resume next?
i want to do something like
check to see if on error resume next has been set
on error resume next
do something that may raise an error
if on error resume next was not set then on error goto 0
does anybody know if that's possible?
i want to do something like
check to see if on error resume next has been set
on error resume next
do something that may raise an error
if on error resume next was not set then on error goto 0
does anybody know if that's possible?