PDA

View Full Version : Different Page Number


Anthony
November 25th 04, 05:59 AM
Hi there,

Any suggestions that I can able to change the page number in the footer (eg.
page 1, page 2a, page 2b, page 3) rather than drawing a text box?

Anthony

Doug Robbins
November 27th 04, 01:40 PM
Using Ctrl+F9 to insert each pair of field delimiters { }, insert the
following field into the footer:

{ IF { PAGE } = 1 { PAGE } { IF { PAGE } = 2 "2a" { IF { PAGE } = 3 "2b" { =
{ PAGE } - 1 } } } }

Your pages will then be numbered 1, 2a, 2b, 3, 4, 5, etc

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Anthony" > wrote in message
...
> Hi there,
>
> Any suggestions that I can able to change the page number in the footer
> (eg.
> page 1, page 2a, page 2b, page 3) rather than drawing a text box?
>
> Anthony

Google