Here's the solution from a few pages back. Nothing else worked for me until I did this. Worked like magic!
Daniel Belini Matos
Replied on January 4, 2023Report abuse
In reply to Steve Ciccarelli's post on December 31, 2022
Steve, I've found a way to run macros.
Open regedit.msc (Registry Editor)
Navigate to the app's security key:
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Excel\Security
- Create a new DWORD Value named BlockContentExecutionFromInternet
- Set the new BlockContentExecutionFromInternet value to 0
- Fully close and reopen the app
- To revert these changes, delete the registry value (BlockContentExecutionFromInternet) that was created
- Open cmd.exe (Command Prompt)
- Run the following command:
REG ADD HKCU\SOFTWARE\Microsoft\Office\16.0\Excel\Security /v BlockContentExecutionFromInternet /t REG_DWORD /d 0
(Again, Microsoft, if developer tab is unhidden, then assume we have a small measure of common sense and make this optional - without having to resort to a registry tweak!)