How to add page numbers in Word2007, but leave the fisrst 3 pages.

M

Mariss

I have a Word2007 document containing 15 pages. I need to insert page
numbers, but to leave the first 3 pages unnumbered. How to do that? I can
make the first page different, but how to do it in the 2 following pages?
Any suggestions?
 
G

Greg Maxey

You can either insert a section break after page 3, unlink the section
headers, and insert a page field in section 2 or you can use a conditional
field:
{ If { Page } > "3"{ Page } }
 
P

Paddy

Greg said:
You can either insert a section break after page 3, unlink the section
headers, and insert a page field in section 2 or you can use a
conditional field:
{ If { Page } > "3"{ Page } }

Hadn't heard of that one! Thanks Greg. I usually use section breaks - but
I like the elegance of the conditional field. So elegant, it's bloody
obvious, but only since you have told me!

:)

Paddy
 
S

Stefan Blom

But note that calculated page numbers won't be reflected in (say) a table of
contents.
 
S

Suzanne S. Barnhill

This example, however, is not a calculated page number; the true page number
(PAGE field) is being printed on the pages where it's being printed; it's
just being omitted from some.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 

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