Reply
 
Thread Tools Display Modes
  #1   Report Post  
CrochetRed
 
Posts: n/a
Default How do I create a different footer in the last page of a section?

I have a multiple section document created in Word 2003. I want the footer on
the last page of several sections to differ from the footer of other pages in
the same section. I've read all info. I can find, and tried the following
(and much more) with no success:
1. unlink all footers (remove "Same as Previous")
2. insert another section break near the bottom of the last page of the
section. Interestingly, I've noticed that inserting this section break does
not change the section number indicated in the footer that follows.
3. double-checking Page Setup settings.

No matter what I try, changing the footer for the last page of a section
automatically changes the footer of other pages in the section.

Any help would be much appreciated.
  #2   Report Post  
Jay Freedman
 
Posts: n/a
Default

On Wed, 6 Jul 2005 18:24:01 -0700, "CrochetRed"
wrote:

I have a multiple section document created in Word 2003. I want the footer on
the last page of several sections to differ from the footer of other pages in
the same section. I've read all info. I can find, and tried the following
(and much more) with no success:
1. unlink all footers (remove "Same as Previous")
2. insert another section break near the bottom of the last page of the
section. Interestingly, I've noticed that inserting this section break does
not change the section number indicated in the footer that follows.
3. double-checking Page Setup settings.

No matter what I try, changing the footer for the last page of a section
automatically changes the footer of other pages in the section.

Any help would be much appreciated.


Unfortunately, none of the things you've done could have any effect --
nor would anything obvious. The task of displaying a different
last-page footer involves fields nested within fields, 'IF'
expressions, and a certain amount of devious ingenuity. g It's even
tougher when it's the last page of a section rather than the last page
of the document.

The first step is to place a bookmark on the last page of the section,
preferably in some spot where it's not too likely to be deleted
accidentally. It helps to keep bookmarks displayed (check that box in
Tools Options View). Let's say you put a bookmark on the last page
of Section 3 and name it EndSec3.

Now, in the footer of Section 3, having already turned off "Same As
Previous", insert a nested field like this but replace the two text
expressions as needed:

{IF {PAGE} = {PAGEREF EndSec3} "Last Page Text" "Other Page Text"}

To do this, type all the text except the braces. Select PAGE and press
Ctrl+F9. Select PAGEREF EndSec3 and press Ctrl+F9 again. Select the
whole thing and press Ctrl+F9 a third time.

This says, in plainer language, "if the page number of the current
page is the same as the page number of the page that contains the
EndSec3 bookmark, then display the Last Page Text expression;
otherwise, display the Other Page Text expression."

You'll need a separate bookmark and a separate IF expression for each
section that should get this treatment.

If the last page of a section ever starts showing the wrong text, it
probably means that the bookmark was deleted -- just go to the same
spot and reinsert it, then update the fields.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
  #3   Report Post  
CrochetRed
 
Posts: n/a
Default


Thank you so much, Jay! That worked. I had toyed with IF expressions, but
had not thought of using a bookmark. Besides, I kept thinking surely there's
an easier way....silly me.


"Jay Freedman" wrote:

On Wed, 6 Jul 2005 18:24:01 -0700, "CrochetRed"
wrote:

I have a multiple section document created in Word 2003. I want the footer on
the last page of several sections to differ from the footer of other pages in
the same section. I've read all info. I can find, and tried the following
(and much more) with no success:
1. unlink all footers (remove "Same as Previous")
2. insert another section break near the bottom of the last page of the
section. Interestingly, I've noticed that inserting this section break does
not change the section number indicated in the footer that follows.
3. double-checking Page Setup settings.

No matter what I try, changing the footer for the last page of a section
automatically changes the footer of other pages in the section.

Any help would be much appreciated.


Unfortunately, none of the things you've done could have any effect --
nor would anything obvious. The task of displaying a different
last-page footer involves fields nested within fields, 'IF'
expressions, and a certain amount of devious ingenuity. g It's even
tougher when it's the last page of a section rather than the last page
of the document.

The first step is to place a bookmark on the last page of the section,
preferably in some spot where it's not too likely to be deleted
accidentally. It helps to keep bookmarks displayed (check that box in
Tools Options View). Let's say you put a bookmark on the last page
of Section 3 and name it EndSec3.

Now, in the footer of Section 3, having already turned off "Same As
Previous", insert a nested field like this but replace the two text
expressions as needed:

{IF {PAGE} = {PAGEREF EndSec3} "Last Page Text" "Other Page Text"}

To do this, type all the text except the braces. Select PAGE and press
Ctrl+F9. Select PAGEREF EndSec3 and press Ctrl+F9 again. Select the
whole thing and press Ctrl+F9 a third time.

This says, in plainer language, "if the page number of the current
page is the same as the page number of the page that contains the
EndSec3 bookmark, then display the Last Page Text expression;
otherwise, display the Other Page Text expression."

You'll need a separate bookmark and a separate IF expression for each
section that should get this treatment.

If the last page of a section ever starts showing the wrong text, it
probably means that the bookmark was deleted -- just go to the same
spot and reinsert it, then update the fields.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

  #4   Report Post  
loyo999
 
Posts: n/a
Default How do I create a different footer in the last page of a section?



"CrochetRed" wrote:

I have a multiple section document created in Word 2003. I want the footer on
the last page of several sections to differ from the footer of other pages in
the same section. I've read all info. I can find, and tried the following
(and much more) with no success:
1. unlink all footers (remove "Same as Previous")
2. insert another section break near the bottom of the last page of the
section. Interestingly, I've noticed that inserting this section break does
not change the section number indicated in the footer that follows.
3. double-checking Page Setup settings.

No matter what I try, changing the footer for the last page of a section
automatically changes the footer of other pages in the section.

Any help would be much appreciated.

  #5   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default How do I create a different footer in the last page of a section?

There are ways to have a footer on the last page of a section without a
section break.

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

"loyo999" wrote in message
...


"CrochetRed" wrote:

I have a multiple section document created in Word 2003. I want the

footer on
the last page of several sections to differ from the footer of other

pages in
the same section. I've read all info. I can find, and tried the

following
(and much more) with no success:
1. unlink all footers (remove "Same as Previous")
2. insert another section break near the bottom of the last page of the
section. Interestingly, I've noticed that inserting this section break

does
not change the section number indicated in the footer that follows.
3. double-checking Page Setup settings.

No matter what I try, changing the footer for the last page of a section
automatically changes the footer of other pages in the section.

Any help would be much appreciated.


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
How do I create a 2 page protected template with different footer. SEBEK Page Layout 3 April 4th 05 09:08 PM
How do I create macro to put file stamp in footer? Blj Microsoft Word Help 1 February 18th 05 11:27 PM
how do i create a footer with a black background mstuehler Microsoft Word Help 4 January 26th 05 08:35 PM
Change Footer on pg 2 to be different then the footer on pg 1 Ted Microsoft Word Help 5 January 19th 05 05:45 PM
Master document with different header and footer for subdocuments Richard Balfour Microsoft Word Help 2 January 4th 05 02:00 PM


All times are GMT +1. The time now is 08:22 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"