Section and Page numbering?

J

JGT

Hello,
I am using Word 2003.
I have a 50 page document split up into 5 sections. I
would like to have the Section and Section page number at
the top in the header. I would also like to have the
Present page number and total of pages in the footer.
For example:

HEADER
Section: 3 p. 1
Code: Section: {SECTION \* MERGEFORMAT} p. {PAGE}

FOOTER:
Page 23 of 50
Code: Page {PAGE} of {NUMPAGES}

My section pages are working fine using {SECTION \*
MERGEFORMAT}. My page numbers for the header and footer
seem to be connected. Both header and foot are not link
to the previous header or footer and should be
independent. When I change the {PAGE} in the header or
footer from (continue from previous) to (start at) both
the header and footer change. I want the header {PAGE}
to be set to (start at) and the footer {PAGE} to be set
to (continue from previous). How do I unlink the header
and footer {PAGE} code?
Thanks in advance.
Jeff
 
C

Chad DeMeyer

JGT,

The page number format is by section. Unfortunately, what this means is
that you can't set the page number field to return one value in the header
and another in the footer. The workaround I've seen for this is to set a
bookmark (e.g., "Sec3Start") on the first paragraph of the section, then get
your section page number using a combination of formula and pageref fields,
e.g.:

{ = { PAGE } - { PAGEREF Sec3Start } + 1 }

Regards,
Chad
 

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