Group: microsoft.public.word.vba.general
From: =?Utf-8?B?U3RldmVuTQ==?=
Date: Friday, March 28, 2008 4:39 PM
Subject: RE: Question about Using a Macro from another Template

To: Jean-Guy Marcil,

Thanks for your quick response. I greatly appreciate it.

Although, after I moved my template from C:\...\Microsoft\Templates
into C:\...\Microsoft\Word\Startup, I also had to change my code from:

sUsertemplates = Options.DefaultFilePath(wdUserTemplatesPath)

to:

sUsertemplates = Options.DefaultFilePath(wdStartupPath)

The only downside from making it a global template is that it no longer
appears when one does a File->New from Word. I guess I can keep two copies of
it, one in C:\...\Microsoft\Templates and the other in
C:\...\Microsoft\Word\Startup.

Anyway, thanks for the help.

Steven Craig Miller
New Lenox, IL (USA)