#1   Report Post  
Posted to microsoft.public.word.docmanagement
vpr vpr is offline
external usenet poster
 
Posts: 1
Default Footer

Word 2003 would automatically enter the file name and path of a new Word
document created from my template in my footer as desired. Word 2007 does
not do this. I must manually enter the new file name and path information
from a Quick Parts command each time I create a new Word document. Is there
anyway to make Word 2007 automatically enter the file name and path?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Footer

If Word 2003 did this, it was because you had put the FILENAME \p field in
the footer of Normal.dot. It is not recommended that you add *anything* to
the header or footer of Normal.dot or Normal.dotm because it messes up
labels (and even envelopes). You can, however, make this easier in your
documents by downloading the "filename and path building block" from
http://office.microsoft.com/en-us/te...002951033.aspx.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"vpr" wrote in message
...
Word 2003 would automatically enter the file name and path of a new Word
document created from my template in my footer as desired. Word 2007 does
not do this. I must manually enter the new file name and path information
from a Quick Parts command each time I create a new Word document. Is
there
anyway to make Word 2007 automatically enter the file name and path?


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Footer

I tend to use a macro to add the filename at the end of the document. Add it
to a QAT button http://www.gmayor.com/installing_macro.htm

Sub InsertFileNameAtEnd()
With ActiveDocument
If Len(.Path) = 0 Then .Save
If InStr(1, .Range.Paragraphs.Last.Range.Text, _
".doc") = False Then
.Range.InsertAfter vbCr & .FullName
With .Range.Paragraphs.Last.Range
.Paragraphs.Alignment = _
wdAlignParagraphRight
.Font.name = "Arial"
.Font.Size = 8
End With
Else
.Range.Paragraphs.Last.Range.Text = _
.FullName
End If
End With
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



vpr wrote:
Word 2003 would automatically enter the file name and path of a new
Word document created from my template in my footer as desired. Word
2007 does not do this. I must manually enter the new file name and
path information from a Quick Parts command each time I create a new
Word document. Is there anyway to make Word 2007 automatically enter
the file name and path?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Header/Footer commands grayed out/footer unavailable. Anne Microsoft Word Help 1 March 18th 09 08:03 PM
Building Block Question--Footer vs Custom Footer Lisa Microsoft Word Help 1 January 28th 09 03:14 PM
Sizing even page footer affects odd footer size soccerman58 Page Layout 6 June 18th 07 01:56 PM
Cannot delete footer/footer box CJBookie Microsoft Word Help 2 March 29th 07 10:04 PM
Word 2000 - Hyperlinks in footer to TOC with out edit of footer needyourhelp Microsoft Word Help 4 November 16th 05 03:09 PM


All times are GMT +1. The time now is 04:28 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"