File Menu "New Blank Document" bypasses FileNewDefault Procedure

M

markg

We need to give the users a way to open a new document based on a
different template than the Normal.dot.

We wrote and installed a Code Template that includes:

Public Sub FileNewDefault()
Word.Documents.Add "C:\Program Files\Law.Firm\Firm Macros
\Templates\Blank.dot"
End Sub

If the user uses "New Blank Document" command bar button or the user
presses CTL+N a new document based on Blank.dot is opened, but if the
user uses the File Menu "New Blank Document" a new document based on
the Normal .dot is opened.

I am stumped and could use some ideas.

Thank you.
Mark Gordon
(e-mail address removed) (personal)
(e-mail address removed) (work)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top