How do I remove a header from the last page of a document?

C

Cheryl

I have a document that I need to have the header removed from the last page
to insert information without a header.
I am using Microsoft 2007, can anyone assist?
 
G

Graham Mayor

Insert a section break before the last page and break the link between the
section headers. Put whatever you wish in the two header ranges.

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
S

Stefan Blom

You can insert a conditional field in the header:

{ IF { PAGE } = { NUMPAGES } "" "Place contents of other pages here" }

To add each pair of field delimiters, { }, press Ctrl+F9. Use F9 to update
the field. Press Alt+F9 to show/hide field codes in the document.
 
C

Cheryl

Thanks for the info, I will try it out

Graham Mayor said:
Insert a section break before the last page and break the link between the
section headers. Put whatever you wish in the two header ranges.

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
M

macropod

Hi Cheryl,

If you use a Section break as Graham suggests, you may find that you'll have to re-work the contents of the last two pages whenever
the document is edited, especially if you use a 'Next Page' Section break.

Another approach is to embed the header text in a field. To do this:
.. put double quotes at both ends of the header text (eg "header text").
.. select the header text and double quotes press Ctrl- F9 to create a pair of field braces around them. You should see something
like: { "header text"}
.. inside the left end of the fields, insert two more fields (via Ctrl- F9), thus: { { } { } "header text"}
.. fill in/around the fields, thus: {IF{PAGE}<> {NUMPAGES} "header text"}, being careful with the spacing.
.. when you're done, select the field and press F9 to update it.

Your header should now appear on all except the last page.
 

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

Top