From: grisen28 on
How do I remove page number from single pages, not only frontpage
From: Graham Mayor on
You can either insert a section break either side the un-numbered page and
change the numbering in the new section
or
you can conditionally insert the page number in all the pages using fields
e.g.

{IF {Page} <> 4 "{Page}"} will insert the page number on all pages except
page 4.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>



"grisen28" <grisen28(a)discussions.microsoft.com> wrote in message
news:6EFBAAD3-EF2C-4A42-B4D4-632829224C38(a)microsoft.com...
> How do I remove page number from single pages, not only frontpage