Error Handling

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.
 
S

Sue Mosher [MVP-Outlook]

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
 
H

HearSay

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top