Hi Aurora
Thank you for your reply. This worked because I only had
one section within the area to be included. But what
would I do if I had several sections - due to margin
changes and/or paper orientation etc. In Work Perfect,
you could add a code at the bottom of the last page you
wanted to stop counting at. Does Word not have this
capability?
Word does not have this particular way to resolve your problem, but some
others.
For a discussion of this side issue, see:
How Word differs from WordPerfect (by John McGhie)
http://word.mvps.org/FAQs/General/WordVsWordPerfect.htm
What would I do if I had a document with 4 sections in it
and wanted to keep the total pages limited to the first 3
sections?
You somehow need to (dynamically) count the pages of the first 3
sections, directly or indirectly. The latter approach seems the best way
to go, namely to subtract the number of pages of the last section from
the number of pages of the total document. [Note: I've never before done
this specific sort of thing, so there might well be an easier method!].
1. You place a SECTIONPAGES field at the end of your last section. You
can later mark it with white text and 1pt font size so that it won't
disturb your pagination at all (hidden text was my first impulse, but
that doesn't seem to work :-().
2. Then select the field, update it (F9), and insert a bookmark there
(Insert | Bookmark).
Then, in one of your previous section(s), you insert the following field:
{ PAGE } of { = { NUMPAGES }-{ REF yourBookmarkName } }
HTH
..bob