Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
bigminisachin1231 bigminisachin1231 is offline
external usenet poster
 
Posts: 3
Default Header only to appear if there are multiple pages

My English teacher, following MLA strictly his way, says that he only wants
there to be a header if my document has more than one page in it. If it does
have multiple pages, then there should be a header on all pages, INCLUDING
the first page. Is there any way to auto set this on the Normal Template? I
use Word 2007.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Header only to appear if there are multiple pages

On Wed, 19 Sep 2007 16:24:00 -0700, bigminisachin1231
wrote:

My English teacher, following MLA strictly his way, says that he only wants
there to be a header if my document has more than one page in it. If it does
have multiple pages, then there should be a header on all pages, INCLUDING
the first page. Is there any way to auto set this on the Normal Template? I
use Word 2007.


That can be done.

First, if you ever use the Labels dialog in Word, then _don't_ do this
in the Normal.dotm template. Make a new template and modify that
instead, and use that template for your school papers, keeping Normal
unchanged.

Use the Open command on the Office button (or Ctrl+O) to get the Open
dialog, click Trusted Templates at the upper left, and choose
Normal.dotm to open. Or, preferably, create a new document and save
it, choosing "Word template (*.dotx)" as the type and saving it in the
Trusted Templates folder.

To do what you need to do, you must temporarily have at least two
pages, so press Ctrl+Enter to insert a page break. Leave the cursor on
page 2.

On the Page Layout ribbon, click the little button at the bottom right
of the Page Setup group to open the dialog. Click the Layout tab and
check the "Different first page" option. Click OK.

On the Insert ribbon, click the Header button and choose Edit Header
at the bottom of the gallery. The cursor goes into the header pane;
notice the tag that says "Header". Insert whatever text you want to
appear on page 2 and following pages when needed. Select that text and
copy it to the clipboard.

On the Header & Footer Tools Design ribbon, in the Navigation group,
click the Previous Section button. The cursor goes to the First Page
Header. Paste in the text from the clipboard. Type a double-quote
character before and after the text.

Move the cursor to the left of that text and type in this expression:

if numpages = 1 ""

followed by a space. Select the word numpages and press Ctrl+F9 to
enter field braces around it. Then select the entire line (excluding
the paragraph mark) and press Ctrl+F9 again. The whole thing should
look something like this:

{if {numpages} = 1 "" "This is the header"}

Press F9 to update the field, and you should see just the text.

Finally, double-click outside the header area to close the header
pane, and delete the page break to make the template one page. Either
double-click in the header or go to Print Preview and back to update
the field in the first page header, which should disappear. Save the
template.

When you make a document based on the template, there won't be
anything visible in the header until the document grows to two pages,
and then there will be text in both headers.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
bigminisachin1231 bigminisachin1231 is offline
external usenet poster
 
Posts: 3
Default Header only to appear if there are multiple pages

THANKS so much! This is a really useful setting for anyone whose teacher
needs them to follow MLA formatting styles very carefully.

"Jay Freedman" wrote:

On Wed, 19 Sep 2007 16:24:00 -0700, bigminisachin1231
wrote:

My English teacher, following MLA strictly his way, says that he only wants
there to be a header if my document has more than one page in it. If it does
have multiple pages, then there should be a header on all pages, INCLUDING
the first page. Is there any way to auto set this on the Normal Template? I
use Word 2007.


That can be done.

First, if you ever use the Labels dialog in Word, then _don't_ do this
in the Normal.dotm template. Make a new template and modify that
instead, and use that template for your school papers, keeping Normal
unchanged.

Use the Open command on the Office button (or Ctrl+O) to get the Open
dialog, click Trusted Templates at the upper left, and choose
Normal.dotm to open. Or, preferably, create a new document and save
it, choosing "Word template (*.dotx)" as the type and saving it in the
Trusted Templates folder.

To do what you need to do, you must temporarily have at least two
pages, so press Ctrl+Enter to insert a page break. Leave the cursor on
page 2.

On the Page Layout ribbon, click the little button at the bottom right
of the Page Setup group to open the dialog. Click the Layout tab and
check the "Different first page" option. Click OK.

On the Insert ribbon, click the Header button and choose Edit Header
at the bottom of the gallery. The cursor goes into the header pane;
notice the tag that says "Header". Insert whatever text you want to
appear on page 2 and following pages when needed. Select that text and
copy it to the clipboard.

On the Header & Footer Tools Design ribbon, in the Navigation group,
click the Previous Section button. The cursor goes to the First Page
Header. Paste in the text from the clipboard. Type a double-quote
character before and after the text.

Move the cursor to the left of that text and type in this expression:

if numpages = 1 ""

followed by a space. Select the word numpages and press Ctrl+F9 to
enter field braces around it. Then select the entire line (excluding
the paragraph mark) and press Ctrl+F9 again. The whole thing should
look something like this:

{if {numpages} = 1 "" "This is the header"}

Press F9 to update the field, and you should see just the text.

Finally, double-click outside the header area to close the header
pane, and delete the page break to make the template one page. Either
double-click in the header or go to Print Preview and back to update
the field in the first page header, which should disappear. Save the
template.

When you make a document based on the template, there won't be
anything visible in the header until the document grows to two pages,
and then there will be text in both headers.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Header only to appear if there are multiple pages

You really *don't* want a different first page header in this situation
since the header is to be the same on all pages. That being the case, you
don't need to have two pages in the template in order to set it up, though
you will have to add a page to see the result.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Jay Freedman" wrote in message
...
On Wed, 19 Sep 2007 16:24:00 -0700, bigminisachin1231
wrote:

My English teacher, following MLA strictly his way, says that he only

wants
there to be a header if my document has more than one page in it. If it

does
have multiple pages, then there should be a header on all pages,

INCLUDING
the first page. Is there any way to auto set this on the Normal Template?

I
use Word 2007.


That can be done.

First, if you ever use the Labels dialog in Word, then _don't_ do this
in the Normal.dotm template. Make a new template and modify that
instead, and use that template for your school papers, keeping Normal
unchanged.

Use the Open command on the Office button (or Ctrl+O) to get the Open
dialog, click Trusted Templates at the upper left, and choose
Normal.dotm to open. Or, preferably, create a new document and save
it, choosing "Word template (*.dotx)" as the type and saving it in the
Trusted Templates folder.

To do what you need to do, you must temporarily have at least two
pages, so press Ctrl+Enter to insert a page break. Leave the cursor on
page 2.

On the Page Layout ribbon, click the little button at the bottom right
of the Page Setup group to open the dialog. Click the Layout tab and
check the "Different first page" option. Click OK.

On the Insert ribbon, click the Header button and choose Edit Header
at the bottom of the gallery. The cursor goes into the header pane;
notice the tag that says "Header". Insert whatever text you want to
appear on page 2 and following pages when needed. Select that text and
copy it to the clipboard.

On the Header & Footer Tools Design ribbon, in the Navigation group,
click the Previous Section button. The cursor goes to the First Page
Header. Paste in the text from the clipboard. Type a double-quote
character before and after the text.

Move the cursor to the left of that text and type in this expression:

if numpages = 1 ""

followed by a space. Select the word numpages and press Ctrl+F9 to
enter field braces around it. Then select the entire line (excluding
the paragraph mark) and press Ctrl+F9 again. The whole thing should
look something like this:

{if {numpages} = 1 "" "This is the header"}

Press F9 to update the field, and you should see just the text.

Finally, double-click outside the header area to close the header
pane, and delete the page break to make the template one page. Either
double-click in the header or go to Print Preview and back to update
the field in the first page header, which should disappear. Save the
template.

When you make a document based on the template, there won't be
anything visible in the header until the document grows to two pages,
and then there will be text in both headers.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup

so all may benefit.

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple sheets per page (NOT multiple pages per sheet) [email protected] Page Layout 6 May 4th 23 02:54 PM
How do I get the exact header & footer on multiple pages? Starman002 Page Layout 1 December 4th 05 01:11 PM
Printing multiple copies, multiple pages to a sheet? Heather Microsoft Word Help 1 August 26th 05 08:05 PM
how do i print multiple pages without a line separating pages in W donna98 Microsoft Word Help 1 May 28th 05 05:25 AM
Merge multiple pages into multiple sets How to staple? Madonna Mailmerge 5 May 13th 05 07:48 PM


All times are GMT +1. The time now is 02:46 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"