Using Win10 and Word 2016.
I have made a Word template with macros (.dotm). When I create a new document (.docm) based on this template all the code (except ThisDocument) is copied from the template to the document.
But these macros are not visible in Word when i reopen the document: I open the macro-window (alt+F8) and if I in the list at the bottom choose the active document (not 'All...' or the template) none macros are shown. The macrolist is empty.
The shortcuts to the macros doesn't work either.
But if I create a new macro and go back to the macro-window (alt+F8) all the macros are there as they should be. And the shortcuts work.
Why does this happen? And more important: How can I make sure that the macros are visible and the shortcuts work immediately when someone opens the document?