S
sam
Hi All,
Why do we use "On error resume next" shouldnt we be resolving those errors.
For eg: if we are sending important email notifications through excel VBA
which affect management decisions, shouldnt we be avoiding to user "On error
resume next"? IF for some reason there is an error and an email is not sent
it might affect a lot of things.
My concern is: how do we handle error is this situations? is there a better
way to handle errors, rather than using "On error resume next" statement?
Thanks in advance.
Why do we use "On error resume next" shouldnt we be resolving those errors.
For eg: if we are sending important email notifications through excel VBA
which affect management decisions, shouldnt we be avoiding to user "On error
resume next"? IF for some reason there is an error and an email is not sent
it might affect a lot of things.
My concern is: how do we handle error is this situations? is there a better
way to handle errors, rather than using "On error resume next" statement?
Thanks in advance.