Re: Deleting page numbers from certain pages

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Did you use Ctrl+F9 to insert each pair of field braces?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Patski107" <Patski107@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:703C4B6B-A035-4A2D-87EF-D9DF87D08868@xxxxxxxxxxxxxxxx
So to supress page 121

{ IF { Page } = 121 "" "{ Page }" }

I tried this but it didn't work.
--
Pat


"Suzanne S. Barnhill" wrote:

You put this field code wherever you would otherwise put the page number
(header or footer).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so
all may benefit.

"Patski107" <Patski107@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D5A9559E-1BA7-4B23-8874-6BCAD72D4763@xxxxxxxxxxxxxxxx
Please forgive my ignorance, but where do I put this code if I want to
repress the page number? I have one page that I don't want the page
number
to
print.

thank you

Pat
--
Don''t take your organs to heaven, heaven knows we need them down
here.


"Graham Mayor" wrote:

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
news:18E040B8-765D-4A49-9372-0D5AA9BB19F5@xxxxxxxxxxxxxxxx
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.






.



Relevant Pages