Is there a trick to getting a custom toolbar to show in a
document which is based on a template located on a
server? I created a new toolbar, saved the toolbar with
the template. The toolbar won't automatically appear when
I create a document based on the template. It does show
on the list of available toolbars however. I've tried
putting code in the AutoNew and the Document New
subroutines. I know the events are triggering because of
some test msgbox I've added.
Thanks
Cindy M -WordMVP- - 21 Sep 2004 10:29 GMT
Hi Rt,
> Is there a trick to getting a custom toolbar to show in a
> document which is based on a template located on a
[quoted text clipped - 5 lines]
> subroutines. I know the events are triggering because of
> some test msgbox I've added.
And what code are did you try to display the toolbar.
Basically, something like this should work:
CommandBars("The name").Visible = True
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun
8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :-)