Page numbers

N

nitanote

I am sure if I searched I would find the answer to this,
but so far....
Anyway. I am writing a book and have typed 2 pages
together so I could print it out on a 8 1/2 x 11 sheet of
paper. This will be the final size of the book.
Can I get Word to print out the page numbers to show 2
different pages?
Thanks
 
D

Doug Robbins - Word MVP

Where you want the number to appear on the odd pages, use the following
field construction

{ = { PAGE } * 2 - 1 }

and on the Even pages, use

{ = { PAGE } * 2 }

You must use Ctrl+F9 to insert each pair of field delimiters { } and Alt+F9
to toggle them off.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Top