View Single Post
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Page numbering -- leave a page blank NOT the first page

You can do it with a conditional field

{ IF { =MOD({ Page },2) } = 1 "{ Page }" }

Set = 1 to number the odd pages = 0 to number the even pages.

--

Graham Mayor - Word MVP

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




Terri wrote:
I have a long document and I need to intersperse pages should have no
page numbering, in other words, skip page numbering and then number
on the next page, making sure to count the page left blank. I know I
can force this using sections but that will be a problem when editing
the document and the page numbering changes. Is there a field code
that will help with this?