A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Deleting page numbers from certain pages



 
 
Thread Tools Display Modes
  #1  
Old October 24th, 2005, 02:58 PM
Peeter
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

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.
  #2  
Old October 24th, 2005, 03:14 PM
Stefan Blom
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

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.

--
Stefan Blom
Microsoft Word MVP


"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.





  #3  
Old October 25th, 2005, 07:07 AM
Graham Mayor
external usenet poster
 
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.



  #4  
Old October 25th, 2005, 08:20 AM
Stefan Blom
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

"Graham Mayor" wrote in message
...
There appears to be a field delimiter missing from Stefan's
version - which
I couldn't get to work.


True. I see now that I left out the final }. Thanks for
pointing this out!

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


This indeed seems to be a useful link!

--
Stefan Blom
Microsoft Word MVP




  #5  
Old March 9th, 2006, 09:31 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

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
...
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.




  #6  
Old March 9th, 2006, 10:37 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

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" wrote in message
news
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
...
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.





  #7  
Old March 10th, 2006, 06:30 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

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" wrote in message
news
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
...
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.





  #8  
Old March 10th, 2006, 09:24 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

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" wrote in message
...
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" wrote in message
news
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
...
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.






  #9  
Old March 10th, 2006, 09:28 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

{ IF { PAGE } 121 { PAGE } }

Don't type the curly braces. Enter the curly braces by pressing
Ctrl+F9.


Patski107 wrote:
So to supress page 121

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

I tried this but it didn't work.


  #10  
Old March 10th, 2006, 11:01 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default Deleting page numbers from certain pages

Yes I used Ctrl+F9. do spaces matter? Should there be any?

"Suzanne S. Barnhill" wrote:

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" wrote in message
...
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.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Page numbers for multiple TOC Pages Paul, Eagle Av. General Discussion 0 September 29th, 2005 12:12 AM
How do I suppress the page numbers on the first two pages in Word Laura General Discussion 2 September 17th, 2005 07:55 PM
Page number difficulties Tjodrik General Discussion 3 May 9th, 2005 02:54 PM
Page Numbers - Multiple Pages with the Same Number! Blazey21 General Discussion 1 June 3rd, 2004 11:39 AM
is there a command to reveal the appropriate pages numbers on a contents page? Andrew Beard Worksheet Functions 1 April 19th, 2004 02:24 AM


All times are GMT +1. The time now is 07:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.