How do I suppress Outlook warning?

M

Matthew Speed

When my macro runs a message box pops up stating "A program is trying
to access your Address Book" asking me to confirm. While I know this
is a security feature, I wrote this Macro and want it to always have
this access without having to confirm. What do I need to do to change
this behavior?

TIA
 
M

Matthew Speed

When my macro runs a message box pops up stating "A program is trying
to access your Address Book" asking me to confirm. While I know this
is a security feature, I wrote this Macro and want it to always have
this access without having to confirm. What do I need to do to change
this behavior?

TIA

Please note that I already ran selfcert.exe and went into
Tools...Digital Signatures and selected my certificate.
 
S

Sue Mosher [MVP-Outlook]

Signing your project has nothing to do with the Outlook "object model guard." Your Outlook version does make a difference, but since we don't know what that is, the best we can do is point you to http://www.outlookcode.com/d/sec.htm, which describes all your options.

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

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

PedroDC

"Matthew Speed" escreveu:
When my macro runs a message box pops up stating "A program is trying
to access your Address Book" asking me to confirm. While I know this
is a security feature, I wrote this Macro and want it to always have
this access without having to confirm. What do I need to do to change
this behavior?


TIA


Heloo Mathew.

Did find any help at the recomended site? Can you give a hand, I have the
same problem...

Thanks
 
S

Sue Mosher [MVP-Outlook]

See http://www.outlookcode.com/d/sec.htm for your options with regard to the "object model guard" security in Outlook 2000 SP2 and later versions.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

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