Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
stickcc stickcc is offline
external usenet poster
 
Posts: 16
Default Change # of pages to reflect only pages after forematter?

I need to create a template to use for mulitple documents, and the client
prefers we use page x of y. Can I change y to equal the count of the pages to
not include the forematter? I have multiple sections, so I can't use that
field. No clue if this would be possible.
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default Change # of pages to reflect only pages after forematter?

Edit the Pages field so that it reads { = { NUMPAGES } - x } where x are the
number of pages in the fore matter. This can be automated further if needed
by including a hidden bookmarked SECTIONPAGES field in the fore matter and
using the bookmark result in place of x.

--
Terry Farrell - MSWord MVP

"stickcc" wrote in message
...
I need to create a template to use for mulitple documents, and the client
prefers we use page x of y. Can I change y to equal the count of the pages
to
not include the forematter? I have multiple sections, so I can't use that
field. No clue if this would be possible.


  #3   Report Post  
Posted to microsoft.public.word.pagelayout
stickcc stickcc is offline
external usenet poster
 
Posts: 16
Default Change # of pages to reflect only pages after forematter?

Thanks so much. Now I'm not sure how to edit the pages field. When I click on
edit field, and the Field window opens, I went to Field Codes button where I
entered the bracketed information, but it wouldn't let me save it. How do you
edit the field?
"Terry Farrell" wrote:

Edit the Pages field so that it reads { = { NUMPAGES } - x } where x are the
number of pages in the fore matter. This can be automated further if needed
by including a hidden bookmarked SECTIONPAGES field in the fore matter and
using the bookmark result in place of x.

--
Terry Farrell - MSWord MVP

"stickcc" wrote in message
...
I need to create a template to use for mulitple documents, and the client
prefers we use page x of y. Can I change y to equal the count of the pages
to
not include the forematter? I have multiple sections, so I can't use that
field. No clue if this would be possible.



  #4   Report Post  
Posted to microsoft.public.word.pagelayout
stickcc stickcc is offline
external usenet poster
 
Posts: 16
Default Change # of pages to reflect only pages after forematter?

I figured out how to edit the field by doing Shift-F9 to display the field. I
put it in exactly how you wrote it and I'm getting this
!Syntax Error, {

Any suggestions?

"stickcc" wrote:

Thanks so much. Now I'm not sure how to edit the pages field. When I click on
edit field, and the Field window opens, I went to Field Codes button where I
entered the bracketed information, but it wouldn't let me save it. How do you
edit the field?
"Terry Farrell" wrote:

Edit the Pages field so that it reads { = { NUMPAGES } - x } where x are the
number of pages in the fore matter. This can be automated further if needed
by including a hidden bookmarked SECTIONPAGES field in the fore matter and
using the bookmark result in place of x.

--
Terry Farrell - MSWord MVP

"stickcc" wrote in message
...
I need to create a template to use for mulitple documents, and the client
prefers we use page x of y. Can I change y to equal the count of the pages
to
not include the forematter? I have multiple sections, so I can't use that
field. No clue if this would be possible.



  #5   Report Post  
Posted to microsoft.public.word.pagelayout
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Change # of pages to reflect only pages after forematter?

Hi stickcc,

In the second section of your document:
.. open the header or footer
.. make sure the header/footer is not not set to 'continue from previous'

In your first section (ie the one containing the forematter):
.. open the header or footer
.. select the final paragraph mark
.. press Ctrl-F9 twice to create set of nested fields (ie '{{ }}')
.. fill in arround the field braces thus: '{SET NoNumber {SECTIONPAGES}}'
.. position the selection point anywhere within these fields and press F9 to update

In the second section of your document:
.. open the header or footer
.. select the final paragraph mark
.. press Ctrl-F9 twice to create set of nested fields (ie '{{ }}')
.. fill in arround the field braces thus: '{={NUMPAGES}-NoNumber}'
.. position the selection point anywhere within these fields and press F9 to update

--
Cheers
macropod
[MVP - Microsoft Word]


"stickcc" wrote in message ...
I need to create a template to use for mulitple documents, and the client
prefers we use page x of y. Can I change y to equal the count of the pages to
not include the forematter? I have multiple sections, so I can't use that
field. No clue if this would be possible.



  #6   Report Post  
Posted to microsoft.public.word.pagelayout
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default Change # of pages to reflect only pages after forematter?

The { } brackets must be inserted using Ctrl+F9 as they are actually special
characters masquerading as ordinary { } brackets.

Terry

"stickcc" wrote in message
...
I figured out how to edit the field by doing Shift-F9 to display the
field. I
put it in exactly how you wrote it and I'm getting this
!Syntax Error, {

Any suggestions?

"stickcc" wrote:

Thanks so much. Now I'm not sure how to edit the pages field. When I
click on
edit field, and the Field window opens, I went to Field Codes button
where I
entered the bracketed information, but it wouldn't let me save it. How do
you
edit the field?
"Terry Farrell" wrote:

Edit the Pages field so that it reads { = { NUMPAGES } - x } where x
are the
number of pages in the fore matter. This can be automated further if
needed
by including a hidden bookmarked SECTIONPAGES field in the fore matter
and
using the bookmark result in place of x.

--
Terry Farrell - MSWord MVP

"stickcc" wrote in message
...
I need to create a template to use for mulitple documents, and the
client
prefers we use page x of y. Can I change y to equal the count of the
pages
to
not include the forematter? I have multiple sections, so I can't use
that
field. No clue if this would be possible.


  #7   Report Post  
Posted to microsoft.public.word.pagelayout
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default Change # of pages to reflect only pages after forematter?

Macropod

I've never used the SET NoNumber field to hide it. Thanks for that useful
tip.

Terry

"macropod" wrote in message
...
Hi stickcc,

In the second section of your document:
. open the header or footer
. make sure the header/footer is not not set to 'continue from previous'

In your first section (ie the one containing the forematter):
. open the header or footer
. select the final paragraph mark
. press Ctrl-F9 twice to create set of nested fields (ie '{{ }}')
. fill in arround the field braces thus: '{SET NoNumber {SECTIONPAGES}}'
. position the selection point anywhere within these fields and press F9
to update

In the second section of your document:
. open the header or footer
. select the final paragraph mark
. press Ctrl-F9 twice to create set of nested fields (ie '{{ }}')
. fill in arround the field braces thus: '{={NUMPAGES}-NoNumber}'
. position the selection point anywhere within these fields and press F9
to update

--
Cheers
macropod
[MVP - Microsoft Word]


"stickcc" wrote in message
...
I need to create a template to use for mulitple documents, and the client
prefers we use page x of y. Can I change y to equal the count of the pages
to not include the forematter? I have multiple sections, so I can't use
that field. No clue if this would be possible.


  #8   Report Post  
Posted to microsoft.public.word.pagelayout
stickcc stickcc is offline
external usenet poster
 
Posts: 16
Default Change # of pages to reflect only pages after forematter?

Thanks to both of you for your help! I knew there had to be a way to get
around this issue.

"Terry Farrell" wrote:

Macropod

I've never used the SET NoNumber field to hide it. Thanks for that useful
tip.

Terry

"macropod" wrote in message
...
Hi stickcc,

In the second section of your document:
. open the header or footer
. make sure the header/footer is not not set to 'continue from previous'

In your first section (ie the one containing the forematter):
. open the header or footer
. select the final paragraph mark
. press Ctrl-F9 twice to create set of nested fields (ie '{{ }}')
. fill in arround the field braces thus: '{SET NoNumber {SECTIONPAGES}}'
. position the selection point anywhere within these fields and press F9
to update

In the second section of your document:
. open the header or footer
. select the final paragraph mark
. press Ctrl-F9 twice to create set of nested fields (ie '{{ }}')
. fill in arround the field braces thus: '{={NUMPAGES}-NoNumber}'
. position the selection point anywhere within these fields and press F9
to update

--
Cheers
macropod
[MVP - Microsoft Word]


"stickcc" wrote in message
...
I need to create a template to use for mulitple documents, and the client
prefers we use page x of y. Can I change y to equal the count of the pages
to not include the forematter? I have multiple sections, so I can't use
that field. No clue if this would be possible.



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
When adding pages , can reference to pages change automatically? JWH Microsoft Word Help 3 August 7th 08 06:33 AM
Making one change to change all pages in Word 2007 Cathy Page Layout 6 July 3rd 08 08:29 PM
how to delete some pages entirely but not change anything of other pages'(including page header and page footer)? Zhukf Page Layout 1 March 9th 07 12:05 PM
how to delete some pages but not change anything of other pages'(including page header and page footer)? Zhukf Page Layout 1 March 6th 07 02:09 AM
section pages do not reflect accurate information Yve Ke Microsoft Word Help 2 November 7th 06 08:47 PM


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