Error Handling

  • Thread starter Thread starter HearSay
  • Start date Start date
H

HearSay

My script runs through a list of computers and performs a check. On a few
computers I get the following

Error: Permission denied: 'Get Object'
Code: 800A0046

I have On Error Resume Next in my script, however, then this error is
encountered it is retaining the values from the last successful check. I
need to be able to skip over this and not retain the previous value.
 
Show the code statement that raises the error, please, and explain what programming language you are using. If you need to branch from that error, then On Error Resume Next is not appropriate. Your options will depend on the information you provide.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Sent to wrong gorup. Sorry.

Show the code statement that raises the error, please, and explain what
programming language you are using. If you need to branch from that error,
then On Error Resume Next is not appropriate. Your options will depend on
the information you provide.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top