
Getting away from Normal.dot...
Instead of tinkering with Normal.dot at all, add your toolbars, menus, etc.,
by use of a global template (add-in) in Word's Startup menu. It will be
loaded along with Normal.dot at startup, and all its toolbars, menus,
AutoText, etc., will be available to users along with those of Normal.dot.
For more, see
http://www.mvps.org/word/FAQs/Customization/WhatTemplatesStore.htm
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
Quote:
> Greetings,
> First post to this group so bear with me...
> In visual basic, we are creating an instance of Word and customizing
> some menu items and toolbars in code. The user is then allowed to
> work in that session of word. After they are done, the menu items and
> toolbars are put back.
> ...Now, from what I know so far(and from what the voices in my head
> tell me)..., this apparantly is BAD DESIGN because if we are making
> changes to their NORMAL.DOT, they (the user) may loose some custom
> macros or other stuff they already had in their original normal.dot...
> Also, if they open word outside my app, they things really get funny.
> What I would like to do...I think... is
> Open an instance of Word using something BASED on normal.dot, but is
> not normal.dot. Make the changes that we need to that something
> (menus, toolbars, etc.)... Make sense???
> I am not sure what I am asking, but do I need to just create another
> template and add it to the templates collection and reference it in
> code?? ANY HELP IS GREATLY APPRECIATED
> Todd Canfield
> Oregon Department of Revenue