PDA

View Full Version : Page Numbering: Changing the total Number of pages in a Long Document


Blah[_4_]
November 19th, 2009, 01:59 AM
I have an 85 page Word document that has a last page that I do not
want to count towards the total number of pages. In the footer, I
have each page list "Page x of xx." However, I do not want the last
page to be considered part of the xx. Is there a way to utilize the
automatic page numbering in a footer and have it not count the last
page????

Any/all assistance will be appreciated.

Greg Maxey[_2_]
November 19th, 2009, 02:05 AM
Using a NumPages field nested in a Forumula field you can make the number
of pages appear practically any way you want:

{ Page } of {={NumPages} -1}



See: http://gregmaxey.mvps.org/Page_Numbering.htm




Blah wrote:
> I have an 85 page Word document that has a last page that I do not
> want to count towards the total number of pages. In the footer, I
> have each page list "Page x of xx." However, I do not want the last
> page to be considered part of the xx. Is there a way to utilize the
> automatic page numbering in a footer and have it not count the last
> page????
>
> Any/all assistance will be appreciated.

Google