A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

footer - IF condition



 
 
Thread Tools Display Modes
  #1  
Old March 22nd, 2010, 07:55 PM posted to microsoft.public.word.pagelayout
fjm
external usenet poster
 
Posts: 5
Default footer - IF condition

I am using Word 2003
I have a 10 page document which starts a footer at page 2 (the front page is
a "cover" page only
I want the footer on page 2 to read as follows
Page 2 (The next page is 3)
I then want to continue with this format i.e
Page 3 will read
Page 3 (The next page is 4)
I want this to continue until I reach page 10 where I want it to read
Page 10 (End )

This is so if I have to add any documents then I can still maintain
integrity and succesion without having to reprint the whole of the document

The first part Page 2 etc I am OK with.
It is the second part where I am increasing the page number by 1 and
forcing the text on the last page to alter where I have a problem
I have looked at some of the help and have tried several times to use
advanced field properties to include the following IF statement to make the
second part work
If PAGE NumPages "Page Number is {PAGE}+1" "End"
I cannot get any combination of these characters to work
Can anyone help with what is probably a very simple piece of code
Thank you for any replies
  #2  
Old March 22nd, 2010, 08:12 PM posted to microsoft.public.word.pagelayout
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
Default footer - IF condition

You'll need the following field construct:

{IF { PAGE } { NUMPAGES } "The next page is { = { PAGE } + 1 }" "End" }

Note that each pair of field delimiters, { }, must be inserted by pressing
Ctrl+F9.

To update the fields in the selection, press F9 (or switch to Print Preview
and back). To show/hide all field codes in the document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"FJM" wrote in message
...
I am using Word 2003
I have a 10 page document which starts a footer at page 2 (the front page
is
a "cover" page only
I want the footer on page 2 to read as follows
Page 2 (The next page is 3)
I then want to continue with this format i.e
Page 3 will read
Page 3 (The next page is 4)
I want this to continue until I reach page 10 where I want it to read
Page 10 (End )

This is so if I have to add any documents then I can still maintain
integrity and succesion without having to reprint the whole of the
document

The first part Page 2 etc I am OK with.
It is the second part where I am increasing the page number by 1 and
forcing the text on the last page to alter where I have a problem
I have looked at some of the help and have tried several times to use
advanced field properties to include the following IF statement to make
the
second part work
If PAGE NumPages "Page Number is {PAGE}+1" "End"
I cannot get any combination of these characters to work
Can anyone help with what is probably a very simple piece of code
Thank you for any replies



  #3  
Old March 22nd, 2010, 11:02 PM posted to microsoft.public.word.pagelayout
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default footer - IF condition

Some other ways:
{={NUMPAGES}-{PAGE} \# "'The next page is '{={PAGE}+1};;End"}
or
{=({NUMPAGES}{PAGE})*({PAGE}+1) \# "'The next page is '0;;End"}


--
Cheers
macropod
[Microsoft MVP - Word]


"Stefan Blom" wrote in message ...
You'll need the following field construct:

{IF { PAGE } { NUMPAGES } "The next page is { = { PAGE } + 1 }" "End" }

Note that each pair of field delimiters, { }, must be inserted by pressing
Ctrl+F9.

To update the fields in the selection, press F9 (or switch to Print Preview
and back). To show/hide all field codes in the document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"FJM" wrote in message
...
I am using Word 2003
I have a 10 page document which starts a footer at page 2 (the front page
is
a "cover" page only
I want the footer on page 2 to read as follows
Page 2 (The next page is 3)
I then want to continue with this format i.e
Page 3 will read
Page 3 (The next page is 4)
I want this to continue until I reach page 10 where I want it to read
Page 10 (End )

This is so if I have to add any documents then I can still maintain
integrity and succesion without having to reprint the whole of the
document

The first part Page 2 etc I am OK with.
It is the second part where I am increasing the page number by 1 and
forcing the text on the last page to alter where I have a problem
I have looked at some of the help and have tried several times to use
advanced field properties to include the following IF statement to make
the
second part work
If PAGE NumPages "Page Number is {PAGE}+1" "End"
I cannot get any combination of these characters to work
Can anyone help with what is probably a very simple piece of code
Thank you for any replies



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:04 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.