Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Handling

Status
Not open for further replies.

TJLMO

MIS
Feb 12, 2002
15
US
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 you use ON LOCAL ERROR the error handler will work in that function only.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top