Forum Discussion
ascribe
Sep 13, 2025Copper Contributor
Macros crashed Word, then disappeared, now back again but not working
My problem started with a few macros in Word (Office 365) crashing Word, then the list macros, while still showing up with Alt+F8, disappeared from VBA. I played around with templates and such, and n...
Kidd_Ip
Sep 28, 2025MVP
Try this:
- Enable Macros in Trust Center
Go to:
- File → Options → Trust Center → Trust Center Settings
- Click Macro Settings
- Choose:
Trust access to the VBA project object model
- Add Your Templates to Trusted Locations
- Go to Trusted Locations
- Add the folder(s) where your macros or templates live (e.g., Normal.dotm, custom templates, etc.)
- Check File Format
Make sure your macro-enabled documents are saved as:
- .docm (not .docx, which doesn’t support macros)
- Repair Didn’t Fully Restore Settings
Since you mentioned doing a repair:
- It may have reset your customizations and macro settings.
- Reapply your Trust Center settings and recheck your macro locations.