Is it possible to have differing headers on every page

W

Wejano

I wish to have a blank first page header then a different page 2 and 3 header
then a blank page 4 & 5 header. I can get first page blank and then pages 2&3
different by using even and odd tick box in page layout but cannot then turn
pages 4&5 into blank headers.
 
D

Doug Robbins

You may need to achieve that by inserting a Section Break before page 4 as
headers and footers are tied to Sections of a document.

Alternatively, if the header information is simple, it can be done using and
{ IF { PAGE } < 4 "text for header on pages 2 and 3" "" }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
C

Charles Kenyon

Take a look at http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm. If
used in combination with a different first page setting conditional (IF)
fields would do what you want.


--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Top