Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word VBA
how do i only number pages if there is more than 1 page
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Graham Mayor, post: 5879754"] In that case you need a nested condition to handle the differences on page 1 e.g. { IF { Numpages } > 1 "{ IF{ PAGE } = 1 "{ PAGE }" "{ PAGE } of { NUMPAGES }" }" ""} It does not require the different first page option to be set to work. OR You can set the different first page option and use different calculated fields in the first page and subsequent pages. ie in the first page you would use { IF { NUMPAGES } > 1 "{ PAGE}"} and in the subsequent pages { IF { Numpages } > 1 "{ PAGE } of { NUMPAGES }"} The result would be 1 page - no Page number 2 or more pages - page 1 would show the Page number, subsequent pages would show Page of Pages -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP <>>< ><<> ><<> <>>< ><<> <>>< <>><<> [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word VBA
how do i only number pages if there is more than 1 page
Top