If you're testing the macro by running it while the template is the "current
document", that's the problem. Word "knows" when you're saving a template,
and it will force the SaveAs dialog to the User Templates folder. It also
won't let you save a template as a .doc file -- a template is always a
template, as far as Word is concerned.
Try running the macro while a plain document is active, and it should behave
the way you expect.
For some background and other help, see
http://www.word.mvps.org/FAQs/MacrosVBA/WordDlgHelp.htm,
http://www.word.mvps.org/FAQs/MacrosVBA/ChangeSaveAsPath.htm, and
http://www.word.mvps.org/FAQs/MacrosVBA/SetDefFilename.htm.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> Hello Word Group,
>
[quoted text clipped - 34 lines]
>
> ewholz
eholz1 - 16 Jan 2007 17:35 GMT
Hello Jay et al,
I got it sorted out (at least for the time being). Thanks for the
information and the links!
ewholz
> If you're testing the macro by running it while the template is the "current
> document", that's the problem. Word "knows" when you're saving a template,
[quoted text clipped - 55 lines]
> >
> > ewholz