View Single Post
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default page number, total pages, section page number and total section pa

To get both the page number of the total pages in the document and the page
number in the section, you will need to bookmark the end of each section and
use for the page number in the section a Field construction that subtracts
the { PAGEREF bookmarkname } from the { PAGE }

{ = { PAGE } - { PAGEREF bookmarknameforbookmarkatendofprevioussection } }

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.
"CR" wrote in message
...
I need to add the page number {Page}, total pages (NumPages), section page
number {Page} and total section pages {Section Pages} in one Word
document.
But it fails. When I set the section page number, then the page number
change
to the section page number.
How can I do?