Charles
Thu Jul 08 17:30:03 CDT 2004
What's AutoText? Look in help. Tremendously useful. You can also have an
AutoText list field.
http://word.mvps.org/FAQs/TblsFldsFms/AutoTextList.htm
Have the menu on a custom toolbar in your Add-In. Use an AutoExec macro in
your Add-In to test for the presence of your other template. (Not sure why
you are using the separate template if it is not a document template) If the
template is present then make your toolbar visible, if not have it be
invisible.
--
Charles Kenyon
Word New User FAQ & Web Directory:
http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
http://addbalance.com/usersguide
See also the MVP FAQ:
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.
"David Thielen" <david@windward.net> wrote in message
news:vn3re0pdcgvm7rqnelq1rtncuc9et642np@4ax.com...
> On Thu, 8 Jul 2004 10:56:56 -0500, "Charles Kenyon"
> <msnewsgroup@remove.no.spam.addbalance.com> wrote:
>
> >Why are you making a copy of the user's normal.dot?
>
> Maybe there is a better solution to this problem. I have an add-in
> that adds a top level menu to Word. However, for most users I figure
> that they usually will not need my add-in and at those times I don't
> want it using up space on their top menu.
>
> So I figure that I look for a template I give them and if the template
> is there, I add my menus. I use nothing in the template, I just use
> it's existence as the trigger. But that means I don't want the
> template to change anything from normal.
>
> ??? - dave