Created
December 30, 2013 15:49
-
-
Save CarlRevell/8183678 to your computer and use it in GitHub Desktop.
Using a combination of Ctrl-F9 (to insert field codes), F9 (to show field codes) and Alt-F9 (not sure) I inserted the following formula into the document footer to display reverse page numbers.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{= {NUMPAGES} - {PAGE} + 1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the header or footer:
Type = NUMPAGES - PAGE + 1
Select NUMPAGES and press CTRL+F9
Select PAGE and press CTRL+F9
Select the entire expression and press CTRL+F9
Select the entire expression and press ALT+F9