I have a macro that I have coded in a VBA module, saved in a .dot file. However, when I go to Customize Ribbon in Word and try to add it, it does not show up. I have tried saving it in the Word STARTUP folder as well as the Custom Office Templates folder.
I would like to have the macro set up so that it loads in all Word Documents as a clickable button on the Word toolbar/ribbon.
I can tell you for dotm
files. I think it should work the same for dot
. However, you might as well switch to dotm
since you have Word 2013.
dotm
in %appdata%\Microsoft\Word\Startup
. You mentioned you have already done this, which is good!dotm
is listed under "Active Application Add-ins".
dotm
's name.Project.
by default. You can change your project's name in the VBA editor, Properties pane, to make it easier to find.Add>>
.Tested in Word 2013, Windows 8, with numerous dotm
files.