Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Rebekah Rebekah is offline
external usenet poster
 
Posts: 10
Default Only display Pg 1 number when more than 1 page

We're in the process of upgrading to Word 2007 and I'm currently looking at
how to migrate/update our templates.

One annoyance I've had is the old way our firm handled page numbering - we
used to manually type ".../#" at the bottom of each page. Obviously
everything needed to be reformatted if text was changed.

At the moment I've created a footer that shows Page X of Y commencing page 2
with the first page being different. However, I'd also like to have Page 1
of Y showing IF there's more than 1 page. Is there a way to do this?
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Only display Pg 1 number when more than 1 page

Yes. You need an IF field:

{ IF { NUMPAGES } 1 "Page { PAGE } of { NUMPAGES }" }

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Rebekah" wrote in message
...
We're in the process of upgrading to Word 2007 and I'm currently looking
at
how to migrate/update our templates.

One annoyance I've had is the old way our firm handled page numbering - we
used to manually type ".../#" at the bottom of each page. Obviously
everything needed to be reformatted if text was changed.

At the moment I've created a footer that shows Page X of Y commencing page
2
with the first page being different. However, I'd also like to have Page
1
of Y showing IF there's more than 1 page. Is there a way to do this?



  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Rebekah Rebekah is offline
external usenet poster
 
Posts: 10
Default Only display Pg 1 number when more than 1 page

I added this to my template however it's returning NUMPAGES.

Are the spaces before & after the fields important? I've tried keeping the
spaces and removing the spaces to no effect. I also tried another IF field
after further research in the discussion groups but none of them seem to work
properly - rather frustrating!

"Suzanne S. Barnhill" wrote:

Yes. You need an IF field:

{ IF { NUMPAGES } 1 "Page { PAGE } of { NUMPAGES }" }

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Rebekah" wrote in message
...
We're in the process of upgrading to Word 2007 and I'm currently looking
at
how to migrate/update our templates.

One annoyance I've had is the old way our firm handled page numbering - we
used to manually type ".../#" at the bottom of each page. Obviously
everything needed to be reformatted if text was changed.

At the moment I've created a footer that shows Page X of Y commencing page
2
with the first page being different. However, I'd also like to have Page
1
of Y showing IF there's more than 1 page. Is there a way to do this?




  #4   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Only display Pg 1 number when more than 1 page

You should be getting the number of pages as your Y. Are you getting the
text "NUMPAGES" instead? If so, did you insert all the fields using Ctrl+F9?
The space before and after shouldn't matter; you do need a space between
the IF condition formula and the TrueText (the part in quotes), and of
course the spaces that are part of the TrueText.

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

"Rebekah" wrote in message
...
I added this to my template however it's returning NUMPAGES.

Are the spaces before & after the fields important? I've tried keeping the
spaces and removing the spaces to no effect. I also tried another IF
field
after further research in the discussion groups but none of them seem to
work
properly - rather frustrating!

"Suzanne S. Barnhill" wrote:

Yes. You need an IF field:

{ IF { NUMPAGES } 1 "Page { PAGE } of { NUMPAGES }" }

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Rebekah" wrote in message
...
We're in the process of upgrading to Word 2007 and I'm currently
looking
at
how to migrate/update our templates.

One annoyance I've had is the old way our firm handled page numbering -
we
used to manually type ".../#" at the bottom of each page. Obviously
everything needed to be reformatted if text was changed.

At the moment I've created a footer that shows Page X of Y commencing
page
2
with the first page being different. However, I'd also like to have
Page
1
of Y showing IF there's more than 1 page. Is there a way to do this?







  #5   Report Post  
Posted to microsoft.public.word.pagelayout
Rebekah Rebekah is offline
external usenet poster
 
Posts: 10
Default Only display Pg 1 number when more than 1 page

Thanks for the quick reply. I worked out what the problem was... I had
copied/pasted the entire text into ONE field, instead of inserting separate
fields for the page numbering too (oops).

"Suzanne S. Barnhill" wrote:

You should be getting the number of pages as your Y. Are you getting the
text "NUMPAGES" instead? If so, did you insert all the fields using Ctrl+F9?
The space before and after shouldn't matter; you do need a space between
the IF condition formula and the TrueText (the part in quotes), and of
course the spaces that are part of the TrueText.

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

"Rebekah" wrote in message
...
I added this to my template however it's returning NUMPAGES.

Are the spaces before & after the fields important? I've tried keeping the
spaces and removing the spaces to no effect. I also tried another IF
field
after further research in the discussion groups but none of them seem to
work
properly - rather frustrating!

"Suzanne S. Barnhill" wrote:

Yes. You need an IF field:

{ IF { NUMPAGES } 1 "Page { PAGE } of { NUMPAGES }" }

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Rebekah" wrote in message
...
We're in the process of upgrading to Word 2007 and I'm currently
looking
at
how to migrate/update our templates.

One annoyance I've had is the old way our firm handled page numbering -
we
used to manually type ".../#" at the bottom of each page. Obviously
everything needed to be reformatted if text was changed.

At the moment I've created a footer that shows Page X of Y commencing
page
2
with the first page being different. However, I'd also like to have
Page
1
of Y showing IF there's more than 1 page. Is there a way to do this?










  #6   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Only display Pg 1 number when more than 1 page

Glad you got it sorted.

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

"Rebekah" wrote in message
...
Thanks for the quick reply. I worked out what the problem was... I had
copied/pasted the entire text into ONE field, instead of inserting
separate
fields for the page numbering too (oops).

"Suzanne S. Barnhill" wrote:

You should be getting the number of pages as your Y. Are you getting the
text "NUMPAGES" instead? If so, did you insert all the fields using
Ctrl+F9?
The space before and after shouldn't matter; you do need a space
between
the IF condition formula and the TrueText (the part in quotes), and of
course the spaces that are part of the TrueText.

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

"Rebekah" wrote in message
...
I added this to my template however it's returning NUMPAGES.

Are the spaces before & after the fields important? I've tried keeping
the
spaces and removing the spaces to no effect. I also tried another IF
field
after further research in the discussion groups but none of them seem
to
work
properly - rather frustrating!

"Suzanne S. Barnhill" wrote:

Yes. You need an IF field:

{ IF { NUMPAGES } 1 "Page { PAGE } of { NUMPAGES }" }

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Rebekah" wrote in message
...
We're in the process of upgrading to Word 2007 and I'm currently
looking
at
how to migrate/update our templates.

One annoyance I've had is the old way our firm handled page
numbering -
we
used to manually type ".../#" at the bottom of each page. Obviously
everything needed to be reformatted if text was changed.

At the moment I've created a footer that shows Page X of Y
commencing
page
2
with the first page being different. However, I'd also like to have
Page
1
of Y showing IF there's more than 1 page. Is there a way to do
this?











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 get Word to display the current page number in Windows? jrhowe Microsoft Word Help 1 September 13th 07 05:34 PM
how do i display page number in toolbar gorssman Microsoft Word Help 8 February 6th 07 07:29 PM
How can I display the current page & line number in Word? Cathy Microsoft Word Help 2 September 12th 06 05:46 PM
Word should always display current page number on screen FrustratedofWeybridge Microsoft Word Help 5 January 11th 06 08:12 PM
how do I show the page number display in Word on the bottom of th. Word Newbie Microsoft Word Help 2 April 4th 05 04:15 AM


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