OK, so I have a template (.dotm) in the STARTUP folder. This templates includes a new ribbon with a few buttons. Now, the users are using other templates to create new documents. So they are having the main template opened in the back, providing the buttons and then they are working on a new document from another template.
One of the buttons in the ribbon, needs to call a sub in the template, the activedocument is based on.
How is that done? - I'm not looking for a way to call template.dotx.projectname.modulename.subname or whatever.
I'm trying to call activedocument.projectname.modulename.subname
I realize that's not the correct way, but what is the correct way?
One of the buttons in the ribbon, needs to call a sub in the template, the activedocument is based on.
How is that done? - I'm not looking for a way to call template.dotx.projectname.modulename.subname or whatever.
I'm trying to call activedocument.projectname.modulename.subname
I realize that's not the correct way, but what is the correct way?