From: skholm on
How do I exclude the ToC pages from the total of Pages Count - i have a
Section brks betwwen the Toc & main Doc but also have Section brks in the
main doa as well - Example - ToC is 3 pages & Main Doc is 56 but the laso
page shows "Page 56 of 59" Regards - Steve


From: Pesach Shelnitz on
Hi,

See the section "Displaying Page Numbers after an Introductory Section" on
my Web page at http://www.makeofficework.com/showing_page_numbers.htm .

--
Hope this helps,
Pesach Shelnitz
My Web site: http://makeofficework.com


"skholm" wrote:

> How do I exclude the ToC pages from the total of Pages Count - i have a
> Section brks betwwen the Toc & main Doc but also have Section brks in the
> main doa as well - Example - ToC is 3 pages & Main Doc is 56 but the laso
> page shows "Page 56 of 59" Regards - Steve
>
>
From: Stefan Blom on
Since there are several sections in the document, you will have to perform a
calculation to find out the desired page count.

For example, if you want to count the number of pages in a document minus
that of the first section, you can do this: In the header of section 1,
insert a SET field as follows:

{ SET section1count { SECTIONPAGES } }

Then, for Page X of Y, replace the NUMPAGES field with the following
construct:

{ = { NUMPAGES } - { REF section1count } }

To insert each pair of field delimiters, { }, use Ctrl+F9. Use Alt+F9 to
show/hide field codes. Press F9 to update the selected fields.

--
Stefan Blom
Microsoft Word MVP



"skholm" <skholm(a)discussions.microsoft.com> wrote in message
news:14C3C1F7-7182-4AA7-8A6A-A18369F55AA8(a)microsoft.com...
> How do I exclude the ToC pages from the total of Pages Count - i have a
> Section brks betwwen the Toc & main Doc but also have Section brks in the
> main doa as well - Example - ToC is 3 pages & Main Doc is 56 but the laso
> page shows "Page 56 of 59" Regards - Steve
>
>