Headers and Footers with page one not numbered

  • Thread starter Thread starter Rae Drysdale
  • Start date Start date
R

Rae Drysdale

When taking off page numbers on the first page, is there a way to keep the
headers and footers on the first page without having to copy and paste them
back into the first page header/footer?
 
Not really - if you are working with different first and subsequent page
header/footers you will have to prepare the header/footers separately.
Pasting required content is an obvious way to do that.

You could abandon the different first page header and conditionally insert
the page number eg

{IF {Page} > 1 "Page {Page}"}

which would put page 2 on page 2 but nothing on page 1
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top