Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Word user, Nelson
 
Posts: n/a
Default Can you set a filepath footer as a default in Word?

The school I work in wants to be able to track files from printed copies and
would like all teachers and students to have a footer showing hte filename
and path. To make it easier and time efficient, is there a way to set this
up to happen automatically in Word 2003?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Charles Kenyon
 
Posts: n/a
Default Can you set a filepath footer as a default in Word?

You _can_ put such a footer in normal.dot but should not. It would interfere
with labels and envelopes, as well as other documents.

You can create a custom template that has the filename path in the footer.
Note, though, that this doesn't automatically update. Take a look at
http://gregmaxey.mvps.org/File_Name_And_Path.htm.

Hope this helps,
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Word user, Nelson" Word user, wrote in
message ...
The school I work in wants to be able to track files from printed copies
and
would like all teachers and students to have a footer showing hte filename
and path. To make it easier and time efficient, is there a way to set
this
up to happen automatically in Word 2003?



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
gils usenet acct
 
Posts: n/a
Default Can you set a filepath footer as a default in Word?

The following code stamps file name as a footer.
HTH
Gil

Sub stamper ()
'
' stamper macro
'
'
If ActiveWindow.View.SplitSpecial wdPaneNone Then
ActiveWindow.Panes(2).Close
End If
If ActiveWindow.ActivePane.View.Type = wdNormalView Or ActiveWindow. _
ActivePane.View.Type = wdOutlineView Or
ActiveWindow.ActivePane.View.Type _
= wdMasterView Then
ActiveWindow.ActivePane.View.Type = wdPageView
End If
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
If Selection.HeaderFooter.IsHeader = True Then
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageFooter
Else
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
End If
Selection.ParagraphFormat.Alignment = wdAlignParagraphRight
Selection.Font.Size = 8
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, Text:=
_
"FILENAME ", PreserveFormatting:=True
If ActiveWindow.View.SplitSpecial = wdPaneNone Then
ActiveWindow.ActivePane.View.Type = wdNormalView
Else
ActiveWindow.View.Type = wdNormalView
End If
End Sub


"Charles Kenyon" wrote in message
...
You _can_ put such a footer in normal.dot but should not. It would
interfere with labels and envelopes, as well as other documents.

You can create a custom template that has the filename path in the footer.
Note, though, that this doesn't automatically update. Take a look at
http://gregmaxey.mvps.org/File_Name_And_Path.htm.

Hope this helps,
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Word user, Nelson" Word user, wrote in
message ...
The school I work in wants to be able to track files from printed copies
and
would like all teachers and students to have a footer showing hte
filename
and path. To make it easier and time efficient, is there a way to set
this
up to happen automatically in Word 2003?





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
Converting WordPerfect 12 files to Word 2003 Curious New Users 4 May 19th 23 02:48 PM
Reveal codes in a word document FUN101 Microsoft Word Help 4 May 16th 23 08:47 PM
hard space between words. Sandy L Microsoft Word Help 7 May 5th 06 08:25 PM
Word should allow to 'divide' page by 3 or 4, not just 2 CandasK Page Layout 2 February 28th 06 10:16 PM
Converting Word Perfect forms to Word forms elyse Microsoft Word Help 1 February 15th 06 08:17 PM


All times are GMT +1. The time now is 09:25 AM.

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

About Us

"It's about Microsoft Word"