Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Using Last-page Headers and Footers.
Written by Allen Wyatt (last updated January 10, 2023)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365
Often it is desirable to insert something in the header or footer that you only want to appear on the last page. Word can be tricked into doing this because the number of pages in a document only equals the page number on the last page of a document! The header or footer can still contain information that you want printed on every page, but this field prints the document name and path on the final page footer only.
{ IF { PAGE } = { NUMPAGES } { FILENAME \p} }
If you want to print one footer on every page, but a different footer on the last page, you can do so by modifying this slightly. For instance, the following will print the filename on the last page, but different text on the other pages:
{ IF { PAGE } = { NUMPAGES } { FILENAME \p} "This is not the last page"}
You can also modify the header or footer so that it only prints on pages except the final page. For example, this allows you to add 'Continued ...' on all pages except the final page:
{ IF { PAGE } < { NUMPAGES } " Continued... " }
As you have learned in other WordTips, you can insert field braces by pressing Ctrl+F9, and you can nest different fields, as this tip requires. To create the header or footer you desire, open your document and follow these steps:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (8712) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Using Last-page Headers and Footers.
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!
Headers and footers add a finishing touch to documents, but sometimes they can be bothersome. You may need to remove them ...
Discover MoreWhen you print a document, does the position of the page footer seem to move left and right? This could have to do with ...
Discover MoreHeaders and footers can be used for all sorts of information to help orient your document reader. In fact, Word provides ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2023-01-25 20:25:53
Viv
Ok after an hour of trial and error I got it to work BUT it does not translate any code used in the content. Help?!
2020-08-16 07:51:31
YossiD
@Diana - I feel your pain. It seems completely absurd that your version of Word won't let you insert a one-page section at the end of your document, with its own un-linked header/footer. I am in Word 2007 and I can do that just fine.
I have fond memories of WordPerfect; too bad it died.
2020-08-15 12:44:30
Diana Verhulst
@Yossid - Some versions of Word don't allow you to do that. I've been struggling for days now with my Word document to insert "This is the last page" on the past page footer, and no matter what I do - and I've been using other versions of Word my entire adult life (I'm old enough to remember Word Perfect), I cannot get it to take. I'm doing something wrong, but from a few things I've just read this morning, I think the Word version I'm using (and I'm not certain what that is right now) (I'm at home) - I do know it's a newer version, Probably 2015 or 2016). I'm going to try the field insert he mentioned here (which I tried once already but I didn't do it right, so going to go back again). This is such a freaking simple request. I just want to put "Continued on next page...." on each page but the last, and put "This is the last page" on the last page, except I also want to insert an object as the last page (a pdf) after THAT. The time it took for me to try doing this was a waste as the footer was not mandatory. But I wanted it there. Anyway .... I know there's a way to do it but with the series of steps involved, I'm exhausted.
2019-07-09 05:05:30
Isaac
How can i use this method with images instead of text?
2019-04-08 05:45:42
Richard
I expect this gets more complicated if I format the page numbers, e.g. by using pages i to iv for preliminary pages, followed by 1 to 20 for the content. The NUMPAGES field would contain 24 but the page number would never reach that.
2019-04-07 01:52:02
YossiD
This is an interesting method, but why not just make the last page a new section with its own header and/or footer?
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.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments