Inserting a Document's File Location

Written by Allen Wyatt (last updated February 22, 2020)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365


9

It is often handy to insert the location of a document into your document itself. For instance, you may want the footer of your document to include an indication of a document's file name, along with the full path for the file. You can do this easily by following these steps:

  1. Position the insertion point where you want the file name inserted.
  2. Choose the Insert tab of the ribbon.
  3. Click the Quick Parts tool in the Text group.
  4. Choose Field. Word displays the Field dialog box. (See Figure 1.)
  5. Figure 1. The Field dialog box.

  6. Choose Document Information from the Categories list.
  7. Select FileName from the Field Names list.
  8. Make sure the Add Path to Filename check box is selected in the third column of the Field dialog box. (See Figure 2.)
  9. Figure 2. The Add Path to Filename check box selected.

  10. Click on the Field Codes button. Word modifies the display of the dialog box.
  11. Click Options. Word displays the Field Options dialog box.
  12. Click on the Field Specific Switches tab. (See Figure 3.)
  13. Figure 3. The Field Specific Switches tab of the Field Options dialog box.

  14. Choose the \p option. (This causes the path of the file name to be included in the field results.)
  15. Click on Add to Field.
  16. Click on OK to close the Field Options dialog box.
  17. Click on OK to close the Field dialog box and insert the field.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (7552) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Determining the Current Page Number

While your macro is processing the text in your document, you may need a way to determine the current page number where ...

Discover More

Converting Text to Uppercase in a Macro

Macros are often used to process documents. If part of the processing involves making text selections uppercase, Word ...

Discover More

Matching At the Beginning or End of a Word

The pattern matching capabilities of Word's search engine are quite powerful. You can tailor your search pattern so that ...

Discover More

The First and Last Word on Word! Bestselling For Dummies author Dan Gookin puts his usual fun and friendly candor back to work to show you how to navigate Word 2013. Spend more time working and less time trying to figure it all out! Check out Word 2013 For Dummies today!

More WordTips (ribbon)

Tool to View Field Codes

Fields can be used to add all sorts of dynamic data to your documents. Viewing the field codes, at times, is desirable. ...

Discover More

Inserting the User's Name

Word keeps track of a name for the person using the program. If you want to add this person's name into the document, ...

Discover More

Using Continued Lines

You can create a special header and footer page numbering scheme by using nested fields. This tip shows an example of how ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 5 - 3?

2022-03-08 08:52:31

Allen

Shelley, see the link at the right side of the page to the WordTips channel on YouTube.

-Allen


2022-03-07 23:59:50

Shelley

Thank you so much. This was very helpful. I plan to teach my Mum how to use word.doc. Do you have any videos?


2022-03-07 10:18:11

Andrew

Tomek, the general purpose answer lies in a updating fields by via a macro such as done in this post: http://wordribbon.tips.net/T012247_Field_in_Footer_Wont_Update.html. Also see https://www.thedoctools.com/word-macros-tips/word-macros/update-all-fields-in-word.

Andy.


2022-03-04 17:18:22

Tomek

BTW: the trick i posted a few minutes ago works better than updating fields by pressing F9, as the latter will only update selected fields and you need to repeat it for all footers and headers separately.
It also updates fields inside text boxes and tables all at once.


2022-03-04 17:07:19

Tomek

Andrew:
Pretending to print by going to print preview no longer updates the fields, at least in my Word from MS365 Family, but I remember it also stopped working in my Word 365 in the office (I am now retired). It still works if you actually print it, even if it is to a nul printer, which I set up specifically for this purpose (named "NulPrint"). I also created a macro to print to the null printer then restore the printer originally selected. I added it to my QAT.

'--------------------------------
Sub NulPrint()

CurPrinter = ActivePrinter
ActivePrinter = "NulPrint"
Application.PrintOut
ActivePrinter = CurPrinter

End Sub


2022-02-28 09:55:30

Andrew

The answer to all three comments below is that the file field will "sort of" automatically update. The field needs to be updated either by pressing F9, printing the document, or "pretending to print" the document (e.g., going into print preview).

Andy.


2022-02-25 10:28:47

David

How do you set the file location to an anonymous/private number string instead of https://sharepoint.com/site/files/subfiles/issues/document1.doc etc?


2021-10-21 13:38:02

Scott

This is a great tip. I was hoping to have a way to insert a DYNAMIC file path that would update if a document was copied or moved to another folder. Do you know if that's possible?

For example, if I had a file on my hard drive with path c:\documents\example.docx and I moved/copied it to a shared network drive a:\shared-docs\example.docx, the file path in the document would update.


2020-02-26 09:08:55

Dee

If the document is moved ... does the file path update?


This Site

Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.