View Single Post
 
Old 02-08-2019, 09:41 AM
Charles Kenyon Charles Kenyon is offline Windows 10 Office 2016
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,533
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

I take it you want a page number on page 3.
You do not want a page number on page 1 or 2.


In your footer place the following field.
{ IF { PAGE } = 3 3 }
00 deleteme 1.png

This will only print a number on page 3. If you wanted it to say "Page 3" you would use the following instead:
{ IF { PAGE } = 3 "Page 3" }


You can't simply type this. The { } field delimiters must be inserted by Word using Ctrl+F9.


IF Field

Last edited by Charles Kenyon; 02-08-2019 at 07:38 PM.
Reply With Quote