Instead of re-inventing the wheel, use the file > new interface that is
provided by Microsoft as a hang-over from earlier versions that did not use
the task pane.
Either redirect the file new command with a macro in normal.dot
Sub FileNew()
Dialogs(wdDialogFileNew).Show
End Sub
http://www.gmayor.com/installing_macro.htm
or add the FileNewDialog command from the all commands section of the
toolbar editor. You can then get rid of the startup task pane
http://word.mvps.org/FAQs/Customization/ShowTaskPane.htm
Any template saved in the templates folder (tools > options > file locations
> user templates) or a sub folder of that folder will appear in the
selectable list of templates.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> In 2003 I have replaced the generic New Blank Document button with
> one that has a drop-down menu next to it. So you can click to open a
[quoted text clipped - 8 lines]
>
> mdavis@grpmack.com