eric was telling us:
eric nous racontait que :
> I have a global toolbar with some buttons that should be possible to
> access from all docs that I'm working with. However, I also have some
[quoted text clipped - 15 lines]
> show the Global toolbar with the two extra buttons from template A.
> Possible?
Yes, this can be done.
But, this will require a lot of code and very thorough testing. This is no
beginner project!
First, look here for information on Class Modules and Application Events.
You will need a DocumentChange event:
http://word.mvps.org/faqs/macrosvba/AppClassEvents.htm
Then you will have to write code in the DocumentChange Sub that will
add/hide/remove/unhide buttons on the global toolbar when you
create/close/switch documents..

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
eric - 09 Nov 2006 21:42 GMT
Ok, thats what I suspected. Thanks for your reply!
Best
/e
> eric was telling us:
> eric nous racontait que :
[quoted text clipped - 31 lines]
> add/hide/remove/unhide buttons on the global toolbar when you
> create/close/switch documents..