

However, each and every time I start Word 2016 for Mac, I have to go to Tools>Templates and Add-ins.

The problem is that putting the template in the Startup folder should result in the template loading as it does in Word 2016 for desktop. The IRibbonControl macros and the macros these call when the button or menu items are clicked. It has no AutoExec, AutoNew, AutoOpen, Document_Open or Document_New macros. The ribbon is defined in the MyanMaZa.dotm directly in the embedded. Once the template is loaded, the ribbon is there and fully working. It is not a ribbon initialisation problem, it is a global template load problem.
#FREE WORD TEMPLATES FOR MAC 2016 FREE#
Michaels Provides free AuthorTec add-ins for Mac & Win-Office. If you send it to me privately, make sure you include a Clear Descriptive Subject Line. You can post it here or send it to me privately using and my domain name below. If you need further help, I'll need to see your startup routine VBA code.
#FREE WORD TEMPLATES FOR MAC 2016 CODE#
With that said, the Ribbon_Load routine can also be used to initialize various things but if you have any code in it or a sub-routine that it calls that references CommandBars for the previous version (2011) of Mac Word, that code must be completely isolated If you are trying to initialize anything from an AutoNew, AutoOpen,ĭocument_Open or Document_New, as they say in New Jersey. The only routine that will run consistently on a Mac in an Global Template is AutoExec. The problem I believe might have to do with exactly how and where you are initializing the ribbon.
