Hi Steve
Look at the Application.OrganizerCopy method.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
>I am looking to create some code in an AutoNew procedure in a network based
> template (F:\Word Templates\Master.dot). The idea is that when any user
[quoted text clipped - 6 lines]
>
> Steve C
Steve C - 15 Jul 2005 20:04 GMT
Jonathan,
I have, but I'm struggling with how to copy it to the user's Normal.dot
template. When I recorded the procedure and viewed the code, it points to my
own C: Drive > Normal.dot file path; I need it to point to the logged on
user's Normal.dot ...
Steve C
> Hi Steve
>
[quoted text clipped - 10 lines]
> >
> > Steve C
Jonathan West - 15 Jul 2005 20:15 GMT
> Jonathan,
>
[quoted text clipped - 3 lines]
> own C: Drive > Normal.dot file path; I need it to point to the logged on
> user's Normal.dot ...
The pathname of the user's normal.dot can be found by reading the
NormalTemplate.FullName property

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Steve C - 15 Jul 2005 21:58 GMT
Eureka! That's what I was looking for. Thanks for nudging me in the right
direction, Jonathan!
Steve C
> > Jonathan,
> >
[quoted text clipped - 6 lines]
> The pathname of the user's normal.dot can be found by reading the
> NormalTemplate.FullName property