Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Kamitsukenu Kamitsukenu is offline
external usenet poster
 
Posts: 12
Default Footer/Header to appear only when there is a second page

Hi there,

I'm trying to create a Footer saying "Continued" and the header on the next
page to say

"Page n
Quotation continued" where n is the page number, but only where there is
more than one page; if there is only one page I'd like it to be blank.

Can this be done?

Thank you!

John
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Jezebel Jezebel is offline
external usenet poster
 
Posts: 1,384
Default Footer/Header to appear only when there is a second page

yes and no. With judicious use of section breaks and the 'different first
page' and 'different odd/even' settings on File Page Setup Layout, you
can create different headers and footers to do what you want.

But that said, this is a bad approach. For one thing, readers understand
already about turning the page. You don't need to give instructions about
that. 'Continued next page' is a stupidity on par with 'this page
intentionally left blank'.





"Kamitsukenu" wrote in message
...
Hi there,

I'm trying to create a Footer saying "Continued" and the header on the
next
page to say

"Page n
Quotation continued" where n is the page number, but only where there is
more than one page; if there is only one page I'd like it to be blank.

Can this be done?

Thank you!

John



  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Kamitsukenu Kamitsukenu is offline
external usenet poster
 
Posts: 12
Default Footer/Header to appear only when there is a second page

Thank you for your reply,

You haven't met some of our customers! They're still surprised when we have
extra tabs in excel spreadsheets containing "more information".

I take your point, but I am simply trying to recreate an existing, and might
I add very poorly laid out document, as it's driving me crazy!

So what exactly is a 'section break' and when/how should I use it?

"Jezebel" wrote:

yes and no. With judicious use of section breaks and the 'different first
page' and 'different odd/even' settings on File Page Setup Layout, you
can create different headers and footers to do what you want.

But that said, this is a bad approach. For one thing, readers understand
already about turning the page. You don't need to give instructions about
that. 'Continued next page' is a stupidity on par with 'this page
intentionally left blank'.





"Kamitsukenu" wrote in message
...
Hi there,

I'm trying to create a Footer saying "Continued" and the header on the
next
page to say

"Page n
Quotation continued" where n is the page number, but only where there is
more than one page; if there is only one page I'd like it to be blank.

Can this be done?

Thank you!

John




  #4   Report Post  
Posted to microsoft.public.word.pagelayout
Robert M. Franz (RMF) Robert M. Franz (RMF) is offline
external usenet poster
 
Posts: 1,741
Default Footer/Header to appear only when there is a second page

Hi John

Kamitsukenu wrote:
I'm trying to create a Footer saying "Continued" and the header on the next
page to say

"Page n
Quotation continued" where n is the page number, but only where there is
more than one page; if there is only one page I'd like it to be blank.


I can see a solution w/o any section breaks.

In your document (template), force Word unto a second page (a temporary
page break, or a couple of Return keys will do). In the footer, you
insert an IF field that checks if NUMPAGES is larger than 1, and nest in
it another IF field that checks whether you are on the last page. If
both conditions are true, you show whatever you want it to show. Same
thing can be done with the header.

Including "Different first page" in File | Page setup will simplify the
IF fields a bit.

HTH
Robert
  #5   Report Post  
Posted to microsoft.public.word.pagelayout
Jezebel Jezebel is offline
external usenet poster
 
Posts: 1,384
Default Footer/Header to appear only when there is a second page

I have met your customers; in my experience they are never quite as stupid
as those who blame them for their own incompetence. Pandering to your own
shortcomings won't make life easier for your readers.

If you don't know what a section break is, try "Word for Dummies".





"Kamitsukenu" wrote in message
...
Thank you for your reply,

You haven't met some of our customers! They're still surprised when we
have
extra tabs in excel spreadsheets containing "more information".

I take your point, but I am simply trying to recreate an existing, and
might
I add very poorly laid out document, as it's driving me crazy!

So what exactly is a 'section break' and when/how should I use it?

"Jezebel" wrote:

yes and no. With judicious use of section breaks and the 'different first
page' and 'different odd/even' settings on File Page Setup Layout,
you
can create different headers and footers to do what you want.

But that said, this is a bad approach. For one thing, readers understand
already about turning the page. You don't need to give instructions about
that. 'Continued next page' is a stupidity on par with 'this page
intentionally left blank'.





"Kamitsukenu" wrote in message
...
Hi there,

I'm trying to create a Footer saying "Continued" and the header on the
next
page to say

"Page n
Quotation continued" where n is the page number, but only where there
is
more than one page; if there is only one page I'd like it to be blank.

Can this be done?

Thank you!

John








  #6   Report Post  
Posted to microsoft.public.word.pagelayout
Kamitsukenu Kamitsukenu is offline
external usenet poster
 
Posts: 12
Default Footer/Header to appear only when there is a second page

Have i done something wrong?

"Jezebel" wrote:

I have met your customers; in my experience they are never quite as stupid
as those who blame them for their own incompetence. Pandering to your own
shortcomings won't make life easier for your readers.

If you don't know what a section break is, try "Word for Dummies".





"Kamitsukenu" wrote in message
...
Thank you for your reply,

You haven't met some of our customers! They're still surprised when we
have
extra tabs in excel spreadsheets containing "more information".

I take your point, but I am simply trying to recreate an existing, and
might
I add very poorly laid out document, as it's driving me crazy!

So what exactly is a 'section break' and when/how should I use it?

"Jezebel" wrote:

yes and no. With judicious use of section breaks and the 'different first
page' and 'different odd/even' settings on File Page Setup Layout,
you
can create different headers and footers to do what you want.

But that said, this is a bad approach. For one thing, readers understand
already about turning the page. You don't need to give instructions about
that. 'Continued next page' is a stupidity on par with 'this page
intentionally left blank'.





"Kamitsukenu" wrote in message
...
Hi there,

I'm trying to create a Footer saying "Continued" and the header on the
next
page to say

"Page n
Quotation continued" where n is the page number, but only where there
is
more than one page; if there is only one page I'd like it to be blank.

Can this be done?

Thank you!

John






  #7   Report Post  
Posted to microsoft.public.word.pagelayout
Kamitsukenu Kamitsukenu is offline
external usenet poster
 
Posts: 12
Default Footer/Header to appear only when there is a second page

Hi Robert,

That's done the trick; thank you!

Kind Regards,

John

"Robert M. Franz (RMF)" wrote:

Hi John

Kamitsukenu wrote:
I'm trying to create a Footer saying "Continued" and the header on the next
page to say

"Page n
Quotation continued" where n is the page number, but only where there is
more than one page; if there is only one page I'd like it to be blank.


I can see a solution w/o any section breaks.

In your document (template), force Word unto a second page (a temporary
page break, or a couple of Return keys will do). In the footer, you
insert an IF field that checks if NUMPAGES is larger than 1, and nest in
it another IF field that checks whether you are on the last page. If
both conditions are true, you show whatever you want it to show. Same
thing can be done with the header.

Including "Different first page" in File | Page setup will simplify the
IF fields a bit.

HTH
Robert

  #8   Report Post  
Posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Footer/Header to appear only when there is a second page

Use a First Page Footer and in it place the following field construction:

{ IF { PAGE } { NUMPAGES } "Continued" "" }

using Ctrl+F9 to insert each pair of field delimiters { } and Alt+F9 to
toggle off the display.

Then in the Second page header insert the text tahat you want to appear on
that page.

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

"Kamitsukenu" wrote in message
...
Hi there,

I'm trying to create a Footer saying "Continued" and the header on the
next
page to say

"Page n
Quotation continued" where n is the page number, but only where there is
more than one page; if there is only one page I'd like it to be blank.

Can this be done?

Thank you!

John



  #9   Report Post  
Posted to microsoft.public.word.pagelayout
Cindy M. Cindy M. is offline
external usenet poster
 
Posts: 2,416
Default Footer/Header to appear only when there is a second page

Hi Kamitsukenu,

Have i done something wrong?

No, you have not. "Jezebel" is sometimes very rude when dealing with people who
don't know as much as s/he expects they should.

-- Cindy

"Jezebel" wrote:

I have met your customers; in my experience they are never quite as stupid
as those who blame them for their own incompetence. Pandering to your own
shortcomings won't make life easier for your readers.

If you don't know what a section break is, try "Word for Dummies".



Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

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
Ending page numbering Joe McGuire Microsoft Word Help 7 October 24th 06 06:45 AM
Want to start page 1 numbering after five pages - how? RM Page Layout 6 April 5th 06 05:07 AM
adding pages MoJR Microsoft Word Help 23 February 28th 06 04:51 PM
page number positioning and format tinaa Page Layout 3 February 4th 06 12:38 AM
Header & Footer not on first page but on subsequent pages KM1 Microsoft Word Help 14 June 13th 05 12:36 AM


All times are GMT +1. The time now is 11:32 AM.

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"