What Graham is suggesting is that your users use File => New instead of your
custom menu.
What you are constructing is an Add-In. You are constructing your menus the
way I do in my Add-Ins. Sometimes, Add-Ins can interfere with each other on
things like this.
Are you sure that your modifications are stored in your Add-In and not in
your normal.dot?
You could create a custom toolbar and put your menus on that. You could put
a procedure to make your toolbar visible in the a pseudoAutoNew procedure of
the MyDocument object of your template. A custom toolbar is desirable even
if you are adding the menus to built-in menus since you can't copy
modifications to built-in menus but can copy custom toolbars.
See <URL:
http://word.mvps.org/FAQs/MacrosVBA/PseudoAutoMacros.htm>.
Another, non-vba, workaround is to create a folder in your user's Start menu
that has shortcuts to your templates. Use that instead of modifying the Word
menus. Have the user login scripts check for updates which can be copied to
the Start menu.
Hope this helps,
--
Charles Kenyon
See also the MVP FAQ: <URL:
http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
Rudy said:
No, Graham, - you se, I want the menu items to constant in top of screen,
because you shall always be able to use the items. Therefore the global
template in the startup folder. If I save the template in the workgroup
folder, it won't show - or will it?