View Single Post
  #2   Report Post  
Posted to microsoft.public.word.newusers
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Creating a Document with 3+ headers; suppressing a header

Headers can be unique to each Section of a document and in each Section, you
can have a First Page Header, a Primary Header or Odd and Even Page Headers
that differ from those in other Sections of the document if the Headers in
the individual Sections are not linked to those in the previous section.

Therefore, if you need to have different headers, you can certainly do it by
dividing the document into Sections by the insertion of Section Breaks.

That said, there are other ways to cause different content to be displayed
in the Headers such as

- Making use of STYLEREF fields
- Using IF field constructions that display different content depending
upon the number of the page. For example, if you wanted something displayed
on the last page of a document, you could use the following field
construction:

{ IF { PAGE } = { NUMPAGES } "This is the last page of the document" }

--
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, originally posted via msnews.microsoft.com
"LA Lawyer" wrote in message
...
I want to create a large document that will have more than 3 headers. I
know how to create a document with 1 or 2 headers, but how to I get 3+
headers?

Is there a way to suppress and/or end a header?