Perhaps an AutoOpen macro. The macro should be named AutoNew if you were
using the template properly (creating a new document based on the template).
Unfortunately, linking to a template from a hyperlink in IE on some other
browser will open the template rather than create a new document.
Sub AutoOpen
Application.CommandBars("MyToolBar").Visible = True
End Sub
--
Charles Kenyon
Word New User FAQ & Web Directory:
<URL: http://www.addbalance.com/word/index.htm>
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://www.addbalance.com/usersguide/index.htm>
Word Resources Page
<URL: http://www.addbalance.com/word/wordwebresources.htm>

Signature
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.
> I am trying to use a Word template for a fillable form in
> our Intranet designed in FrontPage. From the form, I
[quoted text clipped - 3 lines]
> FrontPage. Any help or ideas would be appreciated!!
> Linda