How to change the macro security level in Microsoft Access
To set the security level in Word, Excel, Outlook, or PowerPoint
1. On the Tools menu, point to Macro, and then click Macro.
2. Click the Security Level tab and select a security level.
If you can’t find it in the menu, then try this registry hack.
Microsoft Office Access 2002 (aka OfficeXP)
[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\10.0\Access\Security]
“Level”=dword:00000001
Microsoft Office Access 2003
[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Access\Security]
“Level”=dword:00000001
Microsoft Office Access 2007
[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Access\Security]
“Level”=dword:00000001
“Level”=dword:00000003 (High)
“Level”=dword:00000002 (Medium)
“Level”=dword:00000001 (Low)
Save this in notepad and named it “name.reg”
http://www.softpanorama.org/Malware/Reprints/office_2000_macro_sec.shtml
http://office.microsoft.com/en-us/orkXP/HA011362641033.aspx

Leave a Reply
You must be logged in to post a comment.