Looking for the registry setting that resets changes to Macro Security

darbid

Registered User.
Local time
Today, 06:27
Joined
Jun 26, 2008
Messages
1,428
So that you understand what I am talking about

From the TOOLS main menu I selected MACRO and then SECURITY and then Low and OK.

The thing is that when I reopen this security window it is not at low but Medium.

This is a work computer so I imagine there is a registry setting that is resetting this. Or stopping it from changing.

Does anyone have any ideas?
 
This is for Access 2007 (version 12.0)

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security]
"VBAWarnings"=dword:00000001
; 1 = Enable All, 2 = Disable with notification, 3 = Digitally signed Only, 4= Disable All

The setting actually writes this registry key.
It is probably reverting through a Group Policy setting.

In Access 2007 the Trusted Location key appears to override the VBA Warnings.
Unfortunately this is not available in earlier versions.
 

Users who are viewing this thread

Back
Top Bottom