R
RB Smissaert
Is there a foolproof way to make a global template file, a .dot file, add a
button to the standard Word toolbar, the one with File, Edit etc.
I have seen and tried many suggestions, such as putting the code that adds
the button in:
- an AutoOpen Sub
- an AutoExec Sub
- the Document_Open event
- Just adding the button manually and saving the .dot file
with the added button.
The last one was the only one that seemed to work, but when I altered the
location of the .dot file from the
Startup folder in C:\Program Files\ etc. to the one under Documents and
Settings it didn't work anymore.
Surely, there must be same place to put the code so it will run when the
..dot file opens/loads.
RBS
button to the standard Word toolbar, the one with File, Edit etc.
I have seen and tried many suggestions, such as putting the code that adds
the button in:
- an AutoOpen Sub
- an AutoExec Sub
- the Document_Open event
- Just adding the button manually and saving the .dot file
with the added button.
The last one was the only one that seemed to work, but when I altered the
location of the .dot file from the
Startup folder in C:\Program Files\ etc. to the one under Documents and
Settings it didn't work anymore.
Surely, there must be same place to put the code so it will run when the
..dot file opens/loads.
RBS