How do I automatically insert a documents file path and name into the footer
of the document itself?

Re: Word 2002 by Jonathan

Jonathan
Wed Mar 15 18:18:41 CST 2006


"ljlicata" <ljlicata@discussions.microsoft.com> wrote in message
news:641A8AEB-DC99-4051-AE5F-FEBA4DDD326E@microsoft.com...
> How do I automatically insert a documents file path and name into the
> footer
> of the document itself?

With a FileName field. If you include the \p switch in the field, you get
the full pathname of the document

--
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


Re: Word 2002 by ljlicata

ljlicata
Thu Mar 16 04:11:26 CST 2006

Thanks, it worked perfect and I didn't loose any hair!

"Jonathan West" wrote:

>
> "ljlicata" <ljlicata@discussions.microsoft.com> wrote in message
> news:641A8AEB-DC99-4051-AE5F-FEBA4DDD326E@microsoft.com...
> > How do I automatically insert a documents file path and name into the
> > footer
> > of the document itself?
>
> With a FileName field. If you include the \p switch in the field, you get
> the full pathname of the document
>
> --
> 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
>
>