Skip to content

Instantly share code, notes, and snippets.

@kam-daniel
Created June 12, 2025 12:18
Show Gist options
  • Save kam-daniel/78d1364ee264b7d9eb220164645786e4 to your computer and use it in GitHub Desktop.
Save kam-daniel/78d1364ee264b7d9eb220164645786e4 to your computer and use it in GitHub Desktop.
Ted fix for macro warning in ms-access
Windows Registry Editor Version 5.00
; Disable VBA warnings for Access Runtime
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Access\Security]
"VBAWarnings"=dword:00000001
; Optional: Trusted Locations (adjust path accordingly)
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location1]
"Path"="C:\\Path\\To\\Your\\Database\\"
"AllowSubfolders"=dword:00000001
"Date"="06/11/2025 12:00 AM"
"Description"="KAM Plastics Trusted Location"
; Ensure Trusted Locations are enabled
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Access\Security]
"DisableAllTrustedLocations"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment