A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Please note that our forum is a public platform, and we will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.
Hello Unswayed By Assertions
Thanks for sharing the details. What usually changes in this situation is that Excel applies stricter security checks to active content after an update, especially if the workbook depends on older add-ins, VBA references, or unsigned macro content.
Here is what you can try to undo this:
- Open the workbook and check for a security prompt at the top of Excel. If you see Enable Content, select it to trust that specific workbook.
- In Excel, go to File > Options > Trust Center > Trust Center Settings > Macro Settings and set it to Disable VBA macros with notification so you can approve trusted files when needed.
- If your macro project is signed, try Disable all macros except digitally signed macros and trust the publisher. This can help avoid the same block on future runs.
- If the workbook uses older add-ins or external VBA libraries, update those components or replace internet/intranet-based references with local ones if possible. Some older components can stop loading after security changes.
- If the issue started right after an Office update, make sure both Office and any related add-ins are fully updated before testing again.
For your question about how to prevent (or at least impede) this from happening again:
For ongoing use, the more reliable long-term options are to use signed macros or trusted publishers, since those are less likely to be interrupted by future security hardening.
If you’re not sure whether the blocked code is standard VBA, an add-in, or an external reference, that would be the next thing to identify, because the fix depends on which one Excel is blocking.
I hope this information help, feel free reply back to this post if you need further assistance, I'll be happy to help.