Having each page count as two when page numbering

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Word 2003, SP2.

I have a section in my document that is 11x17 and per our client's request,
each page that is 11x17 counts as 2 pages. Page numbering has to be Page 3/4
(meaning that this one sheet is pages 3 and 4). Here's what I have in my
footer:

Page {PAGE \* Arabic \*MERGEFORMAT }/{={PAGE}+1}

How do I make Word increase each page number by two instead of one?
 
I am using Word 2003, SP2.

I have a section in my document that is 11x17 and per our client's request,
each page that is 11x17 counts as 2 pages. Page numbering has to be Page 3/4
(meaning that this one sheet is pages 3 and 4). Here's what I have in my
footer:

Page {PAGE \* Arabic \*MERGEFORMAT }/{={PAGE}+1}

How do I make Word increase each page number by two instead of one?

Change the fields to

Page {=({PAGE} * 2) - 1}/{={PAGE} * 2}

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
Back
Top