View Single Post
  #3   Report Post  
Graham Mayor
 
Posts: n/a
Default Deleting page numbers from certain pages

There appears to be a field delimiter missing from Stefan's version - which
I couldn't get to work. Although not strictly necessary with fields I much
prefer to use quotes to delimit the various parts of a conditional field as
it makes it much easier to see what is supposed to happen. In this instance:

{ IF { Page } = 2 "" "{ IF { Page } = 50 "" "{ Page }" }" }

will work.

To avoid the translation issues that occur when copying fields to text - see
http://www.gmayor.com/export_field.htm

--

Graham Mayor - Word MVP

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


Stefan Blom wrote:
One way is to use a conditional field in the footer (header).
Something like this should work:

{ IF { PAGE } = 2 "" { IF { PAGE } = 50 "" { PAGE } }

Note that each pair of field delimiters must be inserted with
Ctrl+F9; you can't just type them in.


"Peeter" wrote in message
...
Is it possible to delete certain page numbers? I.e. How can I remove
page
numbers e.g. from pages 2 and 50 without deleting other? I would
really
appreciate if someone could help me.