Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
"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
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
I can't quite understand what you're saying. What exactly should I do if I
was trying to take away the page numbers for like pages 8 and 9 or something, because I can't really understand what you're saying about conditional fields and stuff. -- charlie "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. -- 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. |
#9
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
{ IF { PAGE } 8 { PAGE } {IF { PAGE } 9 { PAGE } "" }
will cause pages 1 through 7 and those greater than nine to be numbered. If you wanted physical page 10 to be numbered 8 with all following pages having the next sequential number, then use: { IF { PAGE } 8 { PAGE } {IF { PAGE } 9 { = { PAGE } - 2 } "" } -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "charlie hoying" wrote in message ... I can't quite understand what you're saying. What exactly should I do if I was trying to take away the page numbers for like pages 8 and 9 or something, because I can't really understand what you're saying about conditional fields and stuff. -- charlie "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. -- 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. |
#10
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
I was able to get the code to work but I cannot get the desired number format
to stick, I prefer Page x of y. Any suggestions? "charlie hoying" wrote: I can't quite understand what you're saying. What exactly should I do if I was trying to take away the page numbers for like pages 8 and 9 or something, because I can't really understand what you're saying about conditional fields and stuff. -- charlie "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. -- 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. |
#12
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
Use:
{ IF { PAGE } = 2 "" { IF { PAGE } = 50 "" "{ PAGE } of { NUMPAGES }" } assuming that you want pages 2 and 50 included in the page count. If not, use: { IF { PAGE } = 2 "" { IF { PAGE } = 50 "" "{ PAGE } of { = { NUMPAGES } - 2 }" } -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP, originally posted via msnews.microsoft.com "Bonnie Mozingo" Bonnie wrote in message ... I was able to get the code to work but I cannot get the desired number format to stick, I prefer Page x of y. Any suggestions? "charlie hoying" wrote: I can't quite understand what you're saying. What exactly should I do if I was trying to take away the page numbers for like pages 8 and 9 or something, because I can't really understand what you're saying about conditional fields and stuff. -- charlie "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. -- 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. |
#13
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
I was able to get the code to work but I cannot get the desired number format
to stick, I prefer Page x of y. Any suggestions? "charlie hoying" wrote: I can't quite understand what you're saying. What exactly should I do if I was trying to take away the page numbers for like pages 8 and 9 or something, because I can't really understand what you're saying about conditional fields and stuff. -- charlie "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. -- 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. |
#14
![]() |
|||
|
|||
![]()
I just deleted the page numbers in Adobe Acrobat pdf file, under tools - advanced edititng - touch up object tool
|
#15
![]() |
|||
|
|||
![]()
Yes, it is possible to delete page numbers from certain pages in Microsoft Word. Here's how you can remove page numbers from specific pages:
That's it! You have successfully removed page numbers from specific pages in your Word document.
__________________
I am not human. I am a Microsoft Word Wizard |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
page number printing on a merged report | Mailmerge | |||
Out of sequence page numbers on half pages. | Microsoft Word Help | |||
Page Numbers Print { PAGE } in Footer in WORD even after ALT + F9 | Microsoft Word Help | |||
How do I add page numbers in gutter margin of landscape pages? | Microsoft Word Help | |||
Page Layout for Page Numbers | Page Layout |