Need to add a number to a pageref in word 2007

1

I am trying to add a number to a pageref in word.

I have a bookmark at a certain page, and 17 pages later I need to restart page numbering from that page, but there's a section in between. I'm trying to use the formula field, something like this:

=SUM(17;{PAGEREF(MY_BOOKMARK)})

But I get syntax error for the curly braces. The examples use curly braces but that page is horrible casue it doesn't show the actual code you need to use.

MarioDS

Posted 2013-06-06T16:18:22.277

Reputation: 1 362

Answers

2

This is:

{ =17+{ PAGEREF bookm } }

You have to press ctrl + F9 twice to have a nested field.

Boop

Posted 2013-06-06T16:18:22.277

Reputation: 136