S
selliott
I am creating a procedure to customize our Word toolbars and menus (delete
Work menu, delete the Save icon from the Standard Toolbar and File menu), and
also reset a couple of key settings (e.g. Ctrl + S, Ctrl + P). I am storing
this in a Word startup template.
I have a few questions about this procedure:
1. I have it running on AutoExit, and am setting the CustomizationContext
to NormalTemplate. I open the normal.dot file first within the code, and
then save it in the code after making the changes. I am not sure if this is
a good idea or if it could eventually cause corruption if the normal.dot file
is opened and closed often enough.
2. I could put it in an Autoexec module, but we have another AutoExec
module in a second startup template - will this cause any conflicts?
Thanks very much.
Work menu, delete the Save icon from the Standard Toolbar and File menu), and
also reset a couple of key settings (e.g. Ctrl + S, Ctrl + P). I am storing
this in a Word startup template.
I have a few questions about this procedure:
1. I have it running on AutoExit, and am setting the CustomizationContext
to NormalTemplate. I open the normal.dot file first within the code, and
then save it in the code after making the changes. I am not sure if this is
a good idea or if it could eventually cause corruption if the normal.dot file
is opened and closed often enough.
2. I could put it in an Autoexec module, but we have another AutoExec
module in a second startup template - will this cause any conflicts?
Thanks very much.