Header Page Numbering

J

JamesB

I am trying to setup my header to where 2 things happen:
1) the page number starts at page 4
2) the number in of the pages continues from 4
3) the "first page" page 4 increments the "page 4 of X" and keeps the
numbering (i.e page 4 of 20) now it says 4 of 1, 4 of 2 when it should be 4
of 4, 4 of 5, etc...

Thanks.
 
S

Suzanne S. Barnhill

You seem to have worked out how to do (1) and (2). To do (3), display the
field codes (Alt+F9) and modify the NumPages field to be { = { NUMPAGES } +
4 }. The easiest way to do this is to type = before the existing field code
and + 4 after, then select the entire expression and press Ctrl+F9.
 
J

JamesB

Can't get it to work. If I enter the "code" below, it give me either a
syntax error or just blanks out.
 
S

Suzanne S. Barnhill

Okay, do it the hard way. Delete the existing NumPages field. Press Ctrl+F9.
This will give you a pair of field braces with two spaces between, the
insertion point between the spaces:

{ }

Type = + 4

Place the insertion point between = and + and click the Insert Number of
Page button on the Header and Footer toolbar.

Press Alt+F9 to toggle field codes and F9 to update.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top