Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Martha V. Martha V. is offline
external usenet poster
 
Posts: 2
Default Page numbering in footer

I have a large document. It contains only three sections. The first section
is comprised of three pages, the Title Page and the TOC. The second section
is all of the chapters of content, and finally the third section is the
Appendix. The first section does not contain page numbers in the footer. The
second and third sections do contain page numbers in the footer in the
following format "page x of y". I restarted the page numbers on page 4 (at
the beginning of section 2). It worked for the "x" number which begins on
page 1. However, the second number, "y" in the example above, did not restart
and still counts all pages from the title page through the end of the
document. I think I've seen this happen before several years ago, but I
cannot remember how I fixed it at the time.

I am using MS Word 2007. This document was originally a MS Word 2003 doc and
was converted to the MS Word 2007 format.
--
Martha V.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Page numbering in footer

If you wanted to count just the pages in the second section, you could use
the SectionPages field instead of NumPages, but if you want to include the
appendix as well, then you will need to insert a bookmark on the last page
of the appendix and then substitute this field for NumPages: { PAGEREF
BookmarkName }, where "BookmarkName" is the name you assigned to your
bookmark.

You can directly edit the NUMPAGES field by pressing Alt+F9 to expose the
field code, then typing in the required text. Alt+F9 to toggle back, then F9
to update.

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

"Martha V." wrote in message
...
I have a large document. It contains only three sections. The first section
is comprised of three pages, the Title Page and the TOC. The second
section
is all of the chapters of content, and finally the third section is the
Appendix. The first section does not contain page numbers in the footer.
The
second and third sections do contain page numbers in the footer in the
following format "page x of y". I restarted the page numbers on page 4 (at
the beginning of section 2). It worked for the "x" number which begins on
page 1. However, the second number, "y" in the example above, did not
restart
and still counts all pages from the title page through the end of the
document. I think I've seen this happen before several years ago, but I
cannot remember how I fixed it at the time.

I am using MS Word 2007. This document was originally a MS Word 2003 doc
and
was converted to the MS Word 2007 format.
--
Martha V.


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Page numbering in footer

If you wanted to count just the pages in the second section, you could use
the SectionPages field instead of NumPages, but if you want to include the
appendix as well, then you will need to insert a bookmark on the last page
of the appendix and then substitute this field for NumPages: { PAGEREF
BookmarkName }, where "BookmarkName" is the name you assigned to your
bookmark.

You can directly edit the NUMPAGES field by pressing Alt+F9 to expose the
field code, then typing in the required text. Alt+F9 to toggle back, then F9
to update.

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

"Martha V." wrote in message
...
I have a large document. It contains only three sections. The first section
is comprised of three pages, the Title Page and the TOC. The second
section
is all of the chapters of content, and finally the third section is the
Appendix. The first section does not contain page numbers in the footer.
The
second and third sections do contain page numbers in the footer in the
following format "page x of y". I restarted the page numbers on page 4 (at
the beginning of section 2). It worked for the "x" number which begins on
page 1. However, the second number, "y" in the example above, did not
restart
and still counts all pages from the title page through the end of the
document. I think I've seen this happen before several years ago, but I
cannot remember how I fixed it at the time.

I am using MS Word 2007. This document was originally a MS Word 2003 doc
and
was converted to the MS Word 2007 format.
--
Martha V.


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Page numbering in footer

Into the header of your first section, insert this field:

{ SET pagecount1 { SECTIONPAGES } }.

In the section where you have Page X of Y, replace Y, which is a NUMPAGES field,
with

{ = { NUMPAGES} - { REF pagecount1 } }.

To insert each pair of field delimiters, { }, press Ctrl+F9. Type the codes as
shown. To update the field(s) in the selection, press F9. Use Alt+F9 to
show/hide field codes in the document.

--
Stefan Blom
Microsoft Word MVP



"Martha V." wrote in message
...
I have a large document. It contains only three sections. The first section
is comprised of three pages, the Title Page and the TOC. The second section
is all of the chapters of content, and finally the third section is the
Appendix. The first section does not contain page numbers in the footer. The
second and third sections do contain page numbers in the footer in the
following format "page x of y". I restarted the page numbers on page 4 (at
the beginning of section 2). It worked for the "x" number which begins on
page 1. However, the second number, "y" in the example above, did not restart
and still counts all pages from the title page through the end of the
document. I think I've seen this happen before several years ago, but I
cannot remember how I fixed it at the time.

I am using MS Word 2007. This document was originally a MS Word 2003 doc and
was converted to the MS Word 2007 format.
--
Martha V.







  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Page numbering in footer

Into the header of your first section, insert this field:

{ SET pagecount1 { SECTIONPAGES } }.

In the section where you have Page X of Y, replace Y, which is a NUMPAGES field,
with

{ = { NUMPAGES} - { REF pagecount1 } }.

To insert each pair of field delimiters, { }, press Ctrl+F9. Type the codes as
shown. To update the field(s) in the selection, press F9. Use Alt+F9 to
show/hide field codes in the document.

--
Stefan Blom
Microsoft Word MVP



"Martha V." wrote in message
...
I have a large document. It contains only three sections. The first section
is comprised of three pages, the Title Page and the TOC. The second section
is all of the chapters of content, and finally the third section is the
Appendix. The first section does not contain page numbers in the footer. The
second and third sections do contain page numbers in the footer in the
following format "page x of y". I restarted the page numbers on page 4 (at
the beginning of section 2). It worked for the "x" number which begins on
page 1. However, the second number, "y" in the example above, did not restart
and still counts all pages from the title page through the end of the
document. I think I've seen this happen before several years ago, but I
cannot remember how I fixed it at the time.

I am using MS Word 2007. This document was originally a MS Word 2003 doc and
was converted to the MS Word 2007 format.
--
Martha V.







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
Footer won't allow choice of x of y page numbering jdonley44 Page Layout 1 January 19th 09 03:38 AM
Sequential numbering in page footer Dan Microsoft Word Help 4 March 30th 08 03:41 AM
Page Numbering - Footer Judi Microsoft Word Help 2 January 23rd 08 03:08 PM
Footer Page Numbering roadking Page Layout 2 January 20th 05 09:52 PM
Footer needs non standard page numbering. Tom Ross Page Layout 1 November 23rd 04 06:55 PM


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