Header on selected pages

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

Guest

I have a document that I want the header to only appear on the 1st page and
then ever 6th page. I have searched around but have not found an answer.

Any help would be appreciated.
 
The following field construction in the header will put the header on page 1
then page 6, 12, 18 etc.

{ IF { =MOD({ Page },6) } = 0 "Header" "{ IF{ Page } = 1 "Header" }" }

Put your header where it says 'Header' Use CTRL+F9 for each pair of field
boundaries {}.

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Where I have to type the field construction and where I have to put the
actual header
 
In the example Graham gave, paste the header you want on pages 1, 6, 12, 18,
etc., into both the slots indicated by "Header" (between the quotes).
 

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