Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Flip[_2_] Flip[_2_] is offline
external usenet poster
 
Posts: 15
Default Footer on every 5th page

Hi all,
Is there a way to put something in the footer every 5 pages.
I would like to build a mix with different things throughout a rather big
document.
Example
Starting at page 2, display the pagenumber every 5th folowing page
Starting at page 3, display the filename every 5th folowing page.
Starting at page 4, display companyname every 5th folowing page

I know about using fields {}, the problem is to find a formula to find the
pages. Not specificly every 5 pages. May be any number.

Flip


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Footer on every 5th page

You can use the MOD formula function for this, in combination with an IF
field. Test the page number to see if it is evenly divisible by 5 (or
whatever number you've chosen) or if the remainder is a specific amount, and
insert a PAGE field (or the FILENAME or other document property)
accordingly.

For example, to insert a PAGE field (page number) on pages 5, 10, etc., you
would use this field:

{ IF { = MOD ({ PAGE }, 5) } = 0 { PAGE } }

To display the filename on pages 1, 6, 11, etc.

{ IF { = MOD ({ PAGE }, 5) } = 1 { FILENAME} }

To omit the field on page 1, you could use "Different first page" and omit
the field from the First Page Footer.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Flip" flipatkonitechpuntnl wrote in message
...
Hi all,
Is there a way to put something in the footer every 5 pages.
I would like to build a mix with different things throughout a rather big
document.
Example
Starting at page 2, display the pagenumber every 5th folowing page
Starting at page 3, display the filename every 5th folowing page.
Starting at page 4, display companyname every 5th folowing page

I know about using fields {}, the problem is to find a formula to find the
pages. Not specificly every 5 pages. May be any number.

Flip




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
word 2003 footer page xofy reset to page 1 with same as previous Cherylann Microsoft Word Help 1 March 5th 08 03:55 PM
Page Reference referencing actual page # not what's in footer jennifer72401 Microsoft Word Help 7 February 27th 08 08:03 PM
Sizing even page footer affects odd footer size soccerman58 Page Layout 6 June 18th 07 01:56 PM
Can section page 3's be in header and document page #'s in footer Page Numbering Troubled Microsoft Word Help 1 January 11th 07 08:33 PM
Page Numbers Print { PAGE } in Footer in WORD even after ALT + F9 Brent Microsoft Word Help 3 June 2nd 05 05:35 PM


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