Error: "Could not open macro storage" when creating Word new documents
Background
A component (.dll) that is referenced by the file Normal.dot (or another template file) is no longer available.
Description
To resolve this error:
- Open Microsoft Word.
- Open Visual Basic for Applications. You might need to enable the Developer tab in the ribbon in Options to do this.
- In the Project Explorer in the left pane, expand Project, expand Microsoft Word Objects, and then double-click ThisDocument. The Visual Basic code for the current document opens.
- On the Tools menu, click References.
- In the Available References list, look for any references that include the word Missing and clear the checkbox next to the reference.