Created
June 12, 2025 12:18
-
-
Save kam-daniel/78d1364ee264b7d9eb220164645786e4 to your computer and use it in GitHub Desktop.
Ted fix for macro warning in ms-access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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