Page numbers question

P

Pasi

“Want to tell Word to display a page number on pages one, two, and three, but
not on any other pages? Try using the following field, where braces are
inserted using Ctrl+F9.
Note: Make sure to leave spaces around the “<†sign:
{ IF { PAGE } < 4 "{ PAGE }" "" }


However I’d need a solution to the situation that

there is real page number on pages 6 -50 (starting at page number one  so
the page numbers would be 1-46) and for the pages 51 -> there is no page
numbers… How should I modify the formula in that situation.

I would really appreciate if you would help this matter.
 
P

Pasi

Thx for your answer but this doesn't help me... because there is already
couple of section breaks already (because of change of page formatting) and
then always (even I trying link header) page numbers starts at number 1.
 
S

Stefan Blom

Did you read the linked article? For each section, you can set the desired
starting page number in the Page Number Format dialog box. In Word 97-2003
you access this dialog box via the Header and Footer toolbar: click the
Format Page Number button. In Word 2007, on the Header & Footer Tools Design
ribbon, click Page Number, and then click Format Page Numbers.

The alternative is to use nested fields, something like this:

{ IF { PAGE } < 6 "" "{ IF { PAGE } < 51 "{ = { PAGE } - 5 }" "" }" }

Insert each pair of field delimiters, { }, by pressing Ctrl+F9. Press F9 to
update the selected fields. Use Alt+F9 to show/hide field codes.

With IF fields and calculated page numbers, you don't need any (additional)
section breaks, but note that calculated page numbers will not display
correctly in, for example, a table of contents created by Word.

--
Stefan Blom
Microsoft Word MVP


in message
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top