OK - I read the MVP web page about the page numbering, and am trying to
get the following formula to work:
{IF {PAGE} > 2 "{={PAGE \*roman} - 2}" ""}
Basically, its for a table of contents for a manual.
I want the first 2 pages to not have any numbers, than pages 3-5 to
have roman numerals, starting with roman numeral i (ie 1).
I get the dreaded !undefined bookmark error. I don't understand why it
doesn't work with roman numerals, as I can get it to work with just
regular numbers (ie if I don't add the \*roman switch it works fine).
Does anyone know a work around to this??
garfield-n-odie - 28 Oct 2005 17:51 GMT
For a different approach, see
http://word.mvps.org/FAQs/Formatting/NumberingFrontMatter.htm .
> OK - I read the MVP web page about the page numbering, and am trying to
> get the following formula to work:
[quoted text clipped - 11 lines]
>
> Does anyone know a work around to this??
bruehlt@msoe.edu - 28 Oct 2005 18:09 GMT
Already have sections in place to divide the TOC with the rest of the
manual - if I add another section it will cause chaos with the sections
that aready exist (plus, its pointless). I need a formula like the one
above to work, for this to display properly.
Damn word, I wish they didn't make things so damn difficult to figure
out some times.
Charles Kenyon - 28 Oct 2005 18:23 GMT
The problem you are having is applying a calculation field = to letters
(roman numerals). Try applying the switch to the result rather than to the
number before the calculation.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> OK - I read the MVP web page about the page numbering, and am trying to
> get the following formula to work:
[quoted text clipped - 11 lines]
>
> Does anyone know a work around to this??
macropod - 29 Oct 2005 08:27 GMT
Try:
{IF{PAGE}> 2 {={PAGE}-2 \* roman} ""}
Cheers
> OK - I read the MVP web page about the page numbering, and am trying to
> get the following formula to work:
[quoted text clipped - 11 lines]
>
> Does anyone know a work around to this??