I am guessing this one will be easy:
If I have a function with an error handler and it calls another function, do I need to use On Error GoTo 0 to turn off the error handler from the first function before creating a new error handler for the second function? Thanks in advance.
If I have a function with an error handler and it calls another function, do I need to use On Error GoTo 0 to turn off the error handler from the first function before creating a new error handler for the second function? Thanks in advance.