Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I am using Word 2003 SP2 and Windows XP SP2.
I have a client who can't grasp the concept that the total page count includes the front matter. All the client sees is that the very last page of the printed document says, "Page 152 of 157." The client says, "This document is missing 5 pages." Is there a way to have the Number of Pages tool in Word ignore the page count in the Front Matter? The document has several sections, so it must count all sections except the first one. For now I am using a Field Code with the formula { = { NUMPAGES }-5 }, but that approach is risky because the page count in the front matter might eventually change. Any ideas would be appreciated. Tim Munyon |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
There's a slightly less risky method:
- Insert a bookmark on the last page of the frontmatter. Let's say you name it FMLast. - In the page numbering, use the field { = { NUMPAGES } - { PAGEREF FMLast } } The PAGEREF field's result is the page number where the bookmark occurs, so as long as that's always the last page of the frontmatter section, the calculation will work correctly. The risk is that editing in the frontmatter section might either delete the bookmark or add more material after it so it's no longer on the last page. To minimize this risk, check Tools Options View Bookmarks during any editing so you can see the bookmark. If the bookmark is deleted, the page numbers will all say "!Syntax Error, !" -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. bufossil wrote: I am using Word 2003 SP2 and Windows XP SP2. I have a client who can't grasp the concept that the total page count includes the front matter. All the client sees is that the very last page of the printed document says, "Page 152 of 157." The client says, "This document is missing 5 pages." Is there a way to have the Number of Pages tool in Word ignore the page count in the Front Matter? The document has several sections, so it must count all sections except the first one. For now I am using a Field Code with the formula { = { NUMPAGES }-5 }, but that approach is risky because the page count in the front matter might eventually change. Any ideas would be appreciated. Tim Munyon |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hmmm, interesting idea. Thanks Jay!
"Jay Freedman" wrote: There's a slightly less risky method: - Insert a bookmark on the last page of the frontmatter. Let's say you name it FMLast. - In the page numbering, use the field { = { NUMPAGES } - { PAGEREF FMLast } } The PAGEREF field's result is the page number where the bookmark occurs, so as long as that's always the last page of the frontmatter section, the calculation will work correctly. The risk is that editing in the frontmatter section might either delete the bookmark or add more material after it so it's no longer on the last page. To minimize this risk, check Tools Options View Bookmarks during any editing so you can see the bookmark. If the bookmark is deleted, the page numbers will all say "!Syntax Error, !" -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. bufossil wrote: I am using Word 2003 SP2 and Windows XP SP2. I have a client who can't grasp the concept that the total page count includes the front matter. All the client sees is that the very last page of the printed document says, "Page 152 of 157." The client says, "This document is missing 5 pages." Is there a way to have the Number of Pages tool in Word ignore the page count in the Front Matter? The document has several sections, so it must count all sections except the first one. For now I am using a Field Code with the formula { = { NUMPAGES }-5 }, but that approach is risky because the page count in the front matter might eventually change. Any ideas would be appreciated. Tim Munyon |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I've just had the pleasure of using the solutions presented. Still I've one
more question: I have placed 2 section breaks in my document. - the first one enables arabic numbering starting on the page following the section break. and roman numbering on preliminary pages. - the last one is used for numbering appendixes with "A", "B" and so forth. Is it possible to employ "Page x of y"-format where the fields refer only to the pages within the 2nd section? That is - without employing bookmarks for numbering? Yours sincerly "bufossil" wrote: Hmmm, interesting idea. Thanks Jay! "Jay Freedman" wrote: There's a slightly less risky method: - Insert a bookmark on the last page of the frontmatter. Let's say you name it FMLast. - In the page numbering, use the field { = { NUMPAGES } - { PAGEREF FMLast } } The PAGEREF field's result is the page number where the bookmark occurs, so as long as that's always the last page of the frontmatter section, the calculation will work correctly. The risk is that editing in the frontmatter section might either delete the bookmark or add more material after it so it's no longer on the last page. To minimize this risk, check Tools Options View Bookmarks during any editing so you can see the bookmark. If the bookmark is deleted, the page numbers will all say "!Syntax Error, !" -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. bufossil wrote: I am using Word 2003 SP2 and Windows XP SP2. I have a client who can't grasp the concept that the total page count includes the front matter. All the client sees is that the very last page of the printed document says, "Page 152 of 157." The client says, "This document is missing 5 pages." Is there a way to have the Number of Pages tool in Word ignore the page count in the Front Matter? The document has several sections, so it must count all sections except the first one. For now I am using a Field Code with the formula { = { NUMPAGES }-5 }, but that approach is risky because the page count in the front matter might eventually change. Any ideas would be appreciated. Tim Munyon |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Use a Sectionpages field in place of the Numpages field to report the number
of pages in the section. ie Page {Page} of {Sectionpages} If you want {Page} to reflect first page of the section as 1 then restart the numbering for that section. You can do this easily from the header/footer toolbar. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org H.P.Hoeie, Norway wrote: I've just had the pleasure of using the solutions presented. Still I've one more question: I have placed 2 section breaks in my document. - the first one enables arabic numbering starting on the page following the section break. and roman numbering on preliminary pages. - the last one is used for numbering appendixes with "A", "B" and so forth. Is it possible to employ "Page x of y"-format where the fields refer only to the pages within the 2nd section? That is - without employing bookmarks for numbering? Yours sincerly "bufossil" wrote: Hmmm, interesting idea. Thanks Jay! "Jay Freedman" wrote: There's a slightly less risky method: - Insert a bookmark on the last page of the frontmatter. Let's say you name it FMLast. - In the page numbering, use the field { = { NUMPAGES } - { PAGEREF FMLast } } The PAGEREF field's result is the page number where the bookmark occurs, so as long as that's always the last page of the frontmatter section, the calculation will work correctly. The risk is that editing in the frontmatter section might either delete the bookmark or add more material after it so it's no longer on the last page. To minimize this risk, check Tools Options View Bookmarks during any editing so you can see the bookmark. If the bookmark is deleted, the page numbers will all say "!Syntax Error, !" -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. bufossil wrote: I am using Word 2003 SP2 and Windows XP SP2. I have a client who can't grasp the concept that the total page count includes the front matter. All the client sees is that the very last page of the printed document says, "Page 152 of 157." The client says, "This document is missing 5 pages." Is there a way to have the Number of Pages tool in Word ignore the page count in the Front Matter? The document has several sections, so it must count all sections except the first one. For now I am using a Field Code with the formula { = { NUMPAGES }-5 }, but that approach is risky because the page count in the front matter might eventually change. Any ideas would be appreciated. Tim Munyon |
#6
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() You came up with the perfect answer! I found the field on the field list when knowing what to look for. Than You! HP "Graham Mayor" wrote: Use a Sectionpages field in place of the Numpages field to report the number of pages in the section. ie Page {Page} of {Sectionpages} If you want {Page} to reflect first page of the section as 1 then restart the numbering for that section. You can do this easily from the header/footer toolbar. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org H.P.Hoeie, Norway wrote: I've just had the pleasure of using the solutions presented. Still I've one more question: I have placed 2 section breaks in my document. - the first one enables arabic numbering starting on the page following the section break. and roman numbering on preliminary pages. - the last one is used for numbering appendixes with "A", "B" and so forth. Is it possible to employ "Page x of y"-format where the fields refer only to the pages within the 2nd section? That is - without employing bookmarks for numbering? Yours sincerly "bufossil" wrote: Hmmm, interesting idea. Thanks Jay! "Jay Freedman" wrote: There's a slightly less risky method: - Insert a bookmark on the last page of the frontmatter. Let's say you name it FMLast. - In the page numbering, use the field { = { NUMPAGES } - { PAGEREF FMLast } } The PAGEREF field's result is the page number where the bookmark occurs, so as long as that's always the last page of the frontmatter section, the calculation will work correctly. The risk is that editing in the frontmatter section might either delete the bookmark or add more material after it so it's no longer on the last page. To minimize this risk, check Tools Options View Bookmarks during any editing so you can see the bookmark. If the bookmark is deleted, the page numbers will all say "!Syntax Error, !" -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. bufossil wrote: I am using Word 2003 SP2 and Windows XP SP2. I have a client who can't grasp the concept that the total page count includes the front matter. All the client sees is that the very last page of the printed document says, "Page 152 of 157." The client says, "This document is missing 5 pages." Is there a way to have the Number of Pages tool in Word ignore the page count in the Front Matter? The document has several sections, so it must count all sections except the first one. For now I am using a Field Code with the formula { = { NUMPAGES }-5 }, but that approach is risky because the page count in the front matter might eventually change. Any ideas would be appreciated. Tim Munyon |
#7
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You can also put a bookmark on the last page of the document, then refer to
its page number. If I named that bookmark LastPage, the x-ref would look like this: { PAGEREF LastPage \* Mergeformat } Bear -- Windows XP, Word 2000 |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Header-Footer issues in front matter - please help | Page Layout | |||
How do I start numbering of front matter at page xvii? | Page Layout | |||
blank page number in first seven pages of front matter | Page Layout | |||
Want TOC display headers of front matter section unumbered | Microsoft Word Help | |||
adjusting total page count | Microsoft Word Help |