
Tips.Net > WordTips Home > Formatting > Headers and Footers > Using Last-page Headers and Footers
Summary: Want to change exactly what is displayed in a header or footer based on the page it appears upon? This tip explains a nifty way to make headers and footers automatically change for the last page of the document. (This tip works with Microsoft Word 97, Word 2000, Word 2002, and Word 2003.)
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 docname 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.
Tip #1045 applies to Microsoft Word versions: 97 2000 2002 2003
Tremendous Table Tips! We often take tables for granted, but Word includes some very powerful ways you can present your tabular data. Discover how to make your tables better, easier to understand, and more effective.
Check out WordTips: Terrific Tables today!
Learn to use styles and you discover the real power behind Word. Fast, easy, consistent document formatting and updating is within your grasp. (more information...)
Ask a Word Question
Make a Comment
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Word2007 Tips
WordTips