Forum Discussion
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 now have the VBA showing the whole list of macro scripts. However, there is a red scroll icon on my macros list and I have had the message "Your organizations administrator turned off the service required to use this feature", which is odd because I am the administrator (this is a home Office 365 subscription). So I can see the macros in VBA but I can't run any of them, nor can I create any new macros. How do I get my macros up and running again? (I tried to 'repair' Office, and after the full repair ended up with a version of Word that isn't as customised as it used to be.) And what might be the cause of this problem?
2 Replies
- emmajohnCopper Contributor
Hey there! Ugh that sounds sooo frustrating😐
1st
Check Macro Security Settings:
- Go to File > Options > Trust Center > Trust Center Settings
- Click on Macro Settings
- Make sure it's not set to "Disable all macros without notification" try selecting "Enable all macros"
- temporarily just to test
- Click OK and restart Word
2nd
- Since you mentioned templates, your Normal.dotm file might be corrupted:
- Close Word completely
- Press Windows Key + R, type %appdata%\microsoft\templates and press Enter
- Rename "Normal.dotm" to "Normal_old.dotm"
- Restart Word - it will create a fresh Normal template
3rd
- Sometimes add-ins interfere:
- File > Options > Add-ins
- Look at the list of active add-ins
- Try disabling them temporarily to see if macros work
4th
- Let's test if it's Word itself or something in your configuration:
- Hold Ctrl while opening Word
- Click "Yes" to start in Safe Mode
- See if you can run macros there - if yes, then it's an add-in or template issue
Give these steps a try and let me know what happens...... Start with the security settings since that "administrator" message is the most immediate blocker. We will figure this out together..........🙂🙂
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.