Enable Content / Macros in 2007

the_net_2.0

Banned
Local time
Today, 01:19
Joined
Sep 6, 2010
Messages
812
What do you all of you guys do to surpress this message indefinitely when an A2007 file is initially opened??

Whenever I would do this, I'd simply enable the content once and set my trust center macro settings to 'always trust macros'. That would surpress the message on a permanent basis after that.

But I'm dealing with someone right now that is claiming that process doesn't work, and the message still appears on subsequent opens of the db file.

I'm going to google this of course, so I'm simply checking to see if there is anything under the surface that you guys know about that I might not.

Is there??

Thanks!
 
They might not have write permission on that registry key or it may be set by Group Policy.

BTW for anyone who is wondering, in 2007 this is the key:

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security]
"Level"=dword:00000001
"VBAWarnings"=dword:0000000x

where x is:
Enable All = 1, Disable With Notification = 2, Disable Except Signed = 3. Disable All = 4

I use Disable Except Signed and sign my applications.
 

Users who are viewing this thread

Back
Top Bottom