Word - Delete a page number in the middle w/out loosing continuity

  • Thread starter Thread starter Bob Castaldi
  • Start date Start date
B

Bob Castaldi

To keep the page counted - but just not show the page #. i.e. on page 48 -
don't show the page# or the brackets.
 
If you know what page it is (and the page number will always be the same),
you could use a conditional field:

{ IF { PAGE } = 48 "" "{ PAGE }" }

Otherwise, you'll need to add section breaks around the page, unlink the
header/footer of that section from the previous and following ones, and
delete the PAGE field in that header/footer. See
http://word.mvps.org/FAQs/Numbering/PageNumbering.htm
 

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

Back
Top