View Single Post
 
Old 02-23-2018, 03:04 AM
gmayor's Avatar
gmayor gmayor is offline Windows 10 Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,138
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

There is no difference between the way headers and footers work in Word 2016 from that in earlier versions. Every section of a document has potentially three different header and footer ranges.

If you want a different header and footer on the first page then set the different first page option for the first section and put whatever you want in (or remove from) that first page's header and footer. If you don't want a page number on the first page, then don't insert one in that page's footer.

Put whatever you want on the second page in the second page header/footer.

If you want the third page to be different again, you can either conditionally insert the header and footer { IF { PAGE } = "2" "Do this" "Otherwise do this" }

or you can insert a section break and start again with the ehaders and footers for the second section (which can be formatted differently from those in the first section by unlinking them from the first section)

As long as there are at least three pages in your document when you set the headers and footers it is a simple matter to use the header/footer Design tab controls to page through the various headers and footers.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote