This has all the hallmarks of wheel re-invention ;)
Why not simply add the FileNewDialog to the toolbar in place of the New
command? This will give you a dialog box to access all the templates in the
User Templates folder, and on tabs that correspond to sub folder names of
the User Templates folder, which would be much the simplest way to arrange
your templates - http://www.gmayor.com/Template_Locations.htm
However to do it as you want, create a toolbar in a global template with
buttons to access a series of macros, one for each template each containing
a line similar to
Documents.Add Template:="D:\Word Templates\Template.dot"
(Change the path and filename to match the template)
then supply the global template as an add-in for your users.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Is it possible to add a template file to a toolbar?
>
[quoted text clipped - 6 lines]
>
> Marten
Marten - 18 Oct 2007 16:24 GMT
I'm looking into your suggestion. Is there a way to have FileNewDialog
to automatically select "On my computer..." as well so that the
Templates dialog is presented?
I am using Workgroup templates. They are currently stored on the
server but I am preparing a process to use Robocopy and sync the files
locally on each PC. This is so laptop users will have them available
when travelling.
>This has all the hallmarks of wheel re-invention ;)
>
[quoted text clipped - 13 lines]
>
>then supply the global template as an add-in for your users.
Suzanne S. Barnhill - 18 Oct 2007 16:58 GMT
The New dialog, which is what the FileNewDialog command summons, is the same
as the Templates dialog summoned by the "On my computer..." link in the New
Document task pane.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> I'm looking into your suggestion. Is there a way to have FileNewDialog
> to automatically select "On my computer..." as well so that the
[quoted text clipped - 22 lines]
> >
> >then supply the global template as an add-in for your users.