E
esukkar
Hi all, I have code that runs, and has errors ignored - using an on
error resume next statement. However, after a while, I need it to again
check for errors - that is stop the resume next. For example
On error resume next
....
....code with errors ignored
....
.... 'need it to stop it ignoring errors at this point
....code where errors are not ignored
....
....
....'need it not to ignore errors here
this is probably a really simple problem, but I am new to vba.
Is there a way to break out of the error ignoring. Also, I cant run the
second part of the code first (before the ignore errors statement,
since it relies on that code running in the first place.
Thanks
Cedop
error resume next statement. However, after a while, I need it to again
check for errors - that is stop the resume next. For example
On error resume next
....
....code with errors ignored
....
.... 'need it to stop it ignoring errors at this point
....code where errors are not ignored
....
....
....'need it not to ignore errors here
this is probably a really simple problem, but I am new to vba.
Is there a way to break out of the error ignoring. Also, I cant run the
second part of the code first (before the ignore errors statement,
since it relies on that code running in the first place.
Thanks
Cedop