Headers & footers in Word

C

Candy

how can I "hide" a header from a page in a document, while
keeping headers in all other pages?
 
G

Graham Mayor

If the page number is fixed and known then you could use a conditional field
eg

{IF {Page} <> 5 "Put your header here"}

will place whatever you put between the speech marks on any page but 5.
If the page number is not fixed and cannot be predetermined, then you will
have to use section breaks to restart the headers.

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top