Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Maria Maria is offline
external usenet poster
 
Posts: 59
Default How to add the location of a saved document to the bottom of a pag


--
Maria

  #2   Report Post  
Posted to microsoft.public.word.newusers
Gordon[_4_] Gordon[_4_] is offline
external usenet poster
 
Posts: 239
Default How to add the location of a saved document to the bottom of a pag


"Maria" wrote in message
...


And your version of Word is?


  #3   Report Post  
Posted to microsoft.public.word.newusers
Dian D. Chapman, MVP Dian D. Chapman, MVP is offline
external usenet poster
 
Posts: 89
Default How to add the location of a saved document to the bottom of a pag

You can insert the FILE NAME field into the footer or wherever you
want the info to appear...and check the optional box to include the
file path, if you also want that info.

For 2003, click Insert Field FileName and choose the options you
need.

For 2007, click Insert Tab, Quick Part from the Text group, Field and
do the same...choosing the FileName field w/Path option if needed.

You can manually update the field, after you save/name it, by
selecting the field and hitting F9...or it'll update the next time you
open the file.


Dian D. Chapman
Technical Consultant, Microsoft MVP
MOS Certified Instructor, Editor/TechTrax Ezine
Tech Editor for Word & Office 2007 Bibles
https://mvp.support.microsoft.com/profile/Dian.Chapman

Dian's Soldiers' Angels Blankets
http://www.mousetrax.com/dian/angels.html

Free Word Tricks eBook: http://www.mousetrax.com/books.html
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
Free Computer Tutorials: http://www.techtrax.us





  #4   Report Post  
Posted to microsoft.public.word.newusers
Rochelle Rochelle is offline
external usenet poster
 
Posts: 2
Default How to add the location of a saved document to the bottom of a

Hello,

I have been searching for this all day - thank you!

Is there any way I can set my computer to do this by default?

"Dian D. Chapman, MVP" wrote:

You can insert the FILE NAME field into the footer or wherever you
want the info to appear...and check the optional box to include the
file path, if you also want that info.

For 2003, click Insert Field FileName and choose the options you
need.

For 2007, click Insert Tab, Quick Part from the Text group, Field and
do the same...choosing the FileName field w/Path option if needed.

You can manually update the field, after you save/name it, by
selecting the field and hitting F9...or it'll update the next time you
open the file.


Dian D. Chapman
Technical Consultant, Microsoft MVP
MOS Certified Instructor, Editor/TechTrax Ezine
Tech Editor for Word & Office 2007 Bibles
https://mvp.support.microsoft.com/profile/Dian.Chapman

Dian's Soldiers' Angels Blankets
http://www.mousetrax.com/dian/angels.html

Free Word Tricks eBook: http://www.mousetrax.com/books.html
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
Free Computer Tutorials: http://www.techtrax.us






  #5   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to add the location of a saved document to the bottom of a

Create a document with the field inserted and save it as a template. Base
your documents on that template. The only snag is that the field does not
update automatically and a new document does not have a name until you name
it..

A simple solution is to use a macro to save the document and insert the
filename at the end.

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

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

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



Rochelle wrote:
Hello,

I have been searching for this all day - thank you!

Is there any way I can set my computer to do this by default?

"Dian D. Chapman, MVP" wrote:

You can insert the FILE NAME field into the footer or wherever you
want the info to appear...and check the optional box to include the
file path, if you also want that info.

For 2003, click Insert Field FileName and choose the options you
need.

For 2007, click Insert Tab, Quick Part from the Text group, Field and
do the same...choosing the FileName field w/Path option if needed.

You can manually update the field, after you save/name it, by
selecting the field and hitting F9...or it'll update the next time
you open the file.


Dian D. Chapman
Technical Consultant, Microsoft MVP
MOS Certified Instructor, Editor/TechTrax Ezine
Tech Editor for Word & Office 2007 Bibles
https://mvp.support.microsoft.com/profile/Dian.Chapman

Dian's Soldiers' Angels Blankets
http://www.mousetrax.com/dian/angels.html

Free Word Tricks eBook: http://www.mousetrax.com/books.html
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
Free Computer Tutorials: http://www.techtrax.us



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
reopening document with cursor at same location as when saved? word2007. Llama Thumper Microsoft Word Help 1 September 12th 09 11:44 PM
how can i recover a document saved to a unknown location Please help me[_2_] Microsoft Word Help 7 January 29th 09 02:44 AM
How do I automatically save the file location on a saved document Bill New Users 2 January 26th 05 03:49 AM
Open document with the cursor at saved location LarryCDT Microsoft Word Help 1 January 18th 05 05:03 PM
Opening Word to last location in document when saved ricker9 Microsoft Word Help 2 January 7th 05 07:07 PM


All times are GMT +1. The time now is 12:36 PM.

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"