Can't get page numbering the way I wish

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 104 page booklet to insert page numbers. I don't want numbers to show
pages 1 to 3. I want them from page 4 [starting with that number on this
page] to page 101. After page 101 I want no numbers. Any help appreciated.
 
You can achieve this simply with a conditional field in the header/footer or
use section breaks. For the former

{ IF{ Page } > 3 "{IF{ Page } < 102 "Page { Page }" "" }" "" }

will do the trick.


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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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