footer

  • Thread starter Thread starter Guest
  • Start date Start date
Wilma said:
How do I suppress a footer on certain pages within a document?

There are a couple of different techniques.

Usually the best way is to place section breaks before and after the part(s)
that shouldn't have page numbers. With the cursor in the footer of the
section to be suppressed, first click the "Same As Previous" button on the
Header/Footer toolbar to turn it off; then select and delete any text in the
footer.

A special case is when the page whose footer is to be suppressed is the
first one in the section. In the File > Page Setup dialog, on the Layout
tab, check the box for Different First Page. That creates a separate First
Page Footer that you can change or delete.

Another way is to use an IF field in the footer. For example, if you want to
suppress the footer on all pages up to page 4, you could use a field like

{ IF { Page } > 4 "This is the footer text" }

This wouldn't display anything on pages 1 thorugh 4, and would display the
quoted text after that. There are variations on this, for example to display
a footer only on the last page of the document.

Read http://word.mvps.org/FAQs/Formatting/NumberingFrontMatter.htm for some
more background.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Wilma said:
How do I suppress a footer on certain pages within a document?

There are a couple of different techniques.

Usually the best way is to place section breaks before and after the part(s)
that shouldn't have page numbers. With the cursor in the footer of the
section to be suppressed, first click the "Same As Previous" button on the
Header/Footer toolbar to turn it off; then select and delete any text in the
footer.

A special case is when the page whose footer is to be suppressed is the
first one in the section. In the File > Page Setup dialog, on the Layout
tab, check the box for Different First Page. That creates a separate First
Page Footer that you can change or delete.

Another way is to use an IF field in the footer. For example, if you want to
suppress the footer on all pages up to page 4, you could use a field like

{ IF { Page } > 4 "This is the footer text" }

This wouldn't display anything on pages 1 thorugh 4, and would display the
quoted text after that. There are variations on this, for example to display
a footer only on the last page of the document.

Read http://word.mvps.org/FAQs/Formatting/NumberingFrontMatter.htm for some
more background.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Take a look at http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm.
For even more, see http://gregmaxey.mvps.org/Page_Numbering.htm.


--
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




--------- --------- --------- --------- --------- ---------
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.
 
Take a look at http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm.
For even more, see http://gregmaxey.mvps.org/Page_Numbering.htm.


--
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




--------- --------- --------- --------- --------- ---------
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.
 
No, you do not need to use section breaks. That is one method, but seldom
the best one. I wouldn't interject a section break unless there was another
reason to do so. Take a look at
http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm. For even more,
see http://gregmaxey.mvps.org/Page_Numbering.htm.


--
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




--------- --------- --------- --------- --------- ---------
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.
 
No, you do not need to use section breaks. That is one method, but seldom
the best one. I wouldn't interject a section break unless there was another
reason to do so. Take a look at
http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm. For even more,
see http://gregmaxey.mvps.org/Page_Numbering.htm.


--
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




--------- --------- --------- --------- --------- ---------
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.
 

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