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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error logging

Status
Not open for further replies.

flybravo

Programmer
Jun 30, 2003
35
US
I need to be able to set up error loogging. Every time an error occures, tell the script to resume and log the errors either into a Database of Microsoft NT Event viewer log.

Thanks
 
Take a look at the
Code:
 On Error Resume Next
statement and the
Code:
 Err
object.

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top