Forum Discussion
shazy2k9
Apr 08, 2024Copper Contributor
Page Numbering
Hello all, I wish to insert current page number in the Header and next page number in the Footer on same page. How can I do that? Can anyone pls help? Tried section breaks but not working and showi...
Apr 09, 2024
shazy2k9 Assuming that you have the page numbering in the Header as you want it, in the footer, insert the following, using CTRL+F9 for each pair of field delimiters { }
{ IF { PAGE } < { NUMPAGES } { = { PAGE } + 1 } }
Press ALT+ F9 to toggle of the display of the field codes and use Print Preview to update the fields in the document.
If you want a \ before the next page number, use
{ IF { PAGE } < { NUMPAGES } "\{ = { PAGE } + 1 }" }