Increment numbers on random/non-consecutive pages

S

Stephen

How can I insert custom incrementing numbers for each new section in a
document? I used HDR/FTR with { SECTION \* MERGEFORMAT } which numbered my
sections 1, 2, ...10 but I wanted to start at 50, 51 ...60.

Is there any other way of getting this done. I couldn't figure it with Page
numbering that's why I tried Section Numbering which worked except for the
fact that I don't want to start counting at 1.

Thanks
 
S

Stefan Blom

You can use the following field:

{ = { SECTION } + 49 }

Of if you want to do it with page numbering, use:

{ = { PAGE } + 49 }

Using the PAGE field would be better; that way, you can reduce the
number of section breaks.

Note: To insert each pair of field delimiters, {}, use Ctrl+F9. Press
F9 to update the display. If necessary, use Alt+F9 to toggle between
showing field codes and field results.

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 
S

Stefan Blom

Note that with page numbering, you can set a starting number (for a
section) in the Page Number Format dialog box. You can access the
dialog box by clicking the Format Page Number button on the Header and
Footer toolbar.

--
Stefan Blom
Microsoft Word MVP


in message
 
Top