Page Numbering

A

Al

Is it possible to start page numbering on say the 4th page of document and how do i go about doing this ?
 
N

Nicki

Yes this is possible.

The easiest way to do this is to put in a Section Break -
then go to the header / footer on page 4 - take off the
option "same as previous" - and insert page numbers.

-----Original Message-----
Is it possible to start page numbering on say the 4th
page of document and how do i go about doing this ?
 
G

Graham Mayor

The simplest plan is to put a conditional field in the header/footer

{IF {Page} > "3" "Page {={Page} - 3}"}

Insert all field brackets with CTRL+F9 Toggle the display with ALT+F9 then
update F9

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail [email protected]
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
S

Suzanne S. Barnhill

Only if he wants the number 1 on page 4. If he just wants to start numbering
at 4, then:

{ IF { PAGE } > 3 { PAGE } }
 
S

Sherry

I'm trying to do this same thing. But how do you set up the conditional field in the header/footer

Thanks for your help

Sherry

----- Graham Mayor wrote: ----

The simplest plan is to put a conditional field in the header/foote

{IF {Page} > "3" "Page {={Page} - 3}"

Insert all field brackets with CTRL+F9 Toggle the display with ALT+F9 the
update F

--
<>><><<>><<><>><><<><>><<>><><<
Graham Mayor - Word MV
E-mail [email protected]
Web site www.gmayor.co
Word MVP web site www.mvps.org/wor
<>><><<>><<><>><><<><>><<>><><<


Al wrote
 
D

Dayo Mitchell

Go to View | Headers and Footers, put your cursor where you want the page
number, and type the text below. The curly brackets have to be entered by
hitting control-F9, you cannot type them. You probably will have to type
from the outside in, adding brackets as necessary to nest the fields within
each other (each pair of brackets { } denotes one field).

Hitting Alt-F9 will toggle the field between showing field codes (with
brackets) and field results (the actual page number). Hitting F9 will
update the field result if the pagination changes.

Note that if you are using Word to generate a table of contents, this is not
the best solution for you, as the TOC will not pick up the field result but
the simple {page} field.

DM
 
Top