How do I number only the first 35 pages of a 47 page doument?

  • Thread starter Thread starter Guest
  • Start date Start date
Use a conditional field in the header/footer

{IF {Page} <= 35 "Page {Page}"}

or use a section break after page 35 and change the header/footer not to
include the page number


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Thanks, that did it!

Graham Mayor said:
Use a conditional field in the header/footer

{IF {Page} <= 35 "Page {Page}"}

or use a section break after page 35 and change the header/footer not to
include the page number


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
I'm having the opposite problem: I'd like my page numbers to appear on every
page, but they're not; they stop at page 9. Page 10 has no footer.

Also... on page 7 I created a reference to a section on page 12, but the
reference displays page 1712.

Any suggestions?

Thanks
 
Are there any section breaks in your document? That's the only way
page numbering should get changed. Also it's the only way you could go
from having a footer to not having a footer.

If you need the section break(s), then go through all your headers &
footers being sure "Same as Previous" is always turned on; when you
find the place where the page number goes wrong, go to Format Page
Number in the h&f toolbar and make it say that the numbering Continues
from Previous Section.
 

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

Back
Top