Many thanks.
{ = { NUMPAGES } - 1 }
Since you have already inserted the NUMPAGES field, you could type in the
equal sign and - 1, select the whole construct and press Ctrl+F9 to add the
outer field delimiters, { }.
Alternatively, just type in the code, carefully pressing Ctrl+F9 to insert
each pair of field delimiters.
To update the selected fields, press F9. To show/hide field codes, use
Alt+F9.
--
Stefan Blom
Microsoft Word MVP
"jem_01354" <jem0...@discussions.microsoft.com> wrote in message
news:55F22563-E0F2-41A8...@microsoft.com...
However the reference to showing the result as a word with initial caps
suggests a little more is required
{ IF { Numpages } > 1 "{ =({ Numpages } - 2) \*cardtext \*caps}" }
If the construction is use without the condition, a one page document would
produce a negative value which would error out when used with the cardtext
switch.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
"Stefan Blom" <Stefa...@discussions.microsoft.com> wrote in message
news:%23VedEmj...@TK2MSFTNGP04.phx.gbl...
As for the rest, I got the impression that the OP had already figured it
out?
--
Stefan Blom
Microsoft Word MVP
"Graham Mayor" <gma...@REMOVETHISmvps.org> wrote in message
news:ee%23qt5jq...@TK2MSFTNGP04.phx.gbl...
{={NUMPAGES}-2 \# "0;;" \* cardtext \* caps}
However, I'd be inclined to insert a 'Next Page' Section break between pages 2 & 3, unlink the Section 2 footer and use a 'page X of
Y' scheme based on starting the X page numbering at 1 on page 3 and basing the Y page numbering on a SECTIONPAGES field. This works
much better with TOCS, PAGEREF fields, etc.
--
Cheers
macropod
[Microsoft MVP - Word]
"Graham Mayor" <gma...@REMOVETHISmvps.org> wrote in message news:ee%23qt5jq...@TK2MSFTNGP04.phx.gbl...
Many thanks.
"Stefan Blom" wrote:
> .
>
Many thanks.
--
Stefan Blom
Microsoft Word MVP
"jem_01354" <jem0...@discussions.microsoft.com> wrote in message
news:C5742457-8E57-413E...@microsoft.com...