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  

How do I put header and not page number on first page?



 
 
Thread Tools Display Modes
  #1  
Old May 1st, 2006, 04:47 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default How do I put header and not page number on first page?

I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but nothing
works. What am I doing wrong? Thanks.

Kathleen
  #2  
Old May 1st, 2006, 05:19 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default How do I put header and not page number on first page?

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen



  #3  
Old May 1st, 2006, 05:30 PM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default How do I put header and not page number on first page?

It worked. THANK YOU!!!!

"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen




  #4  
Old February 4th, 2009, 01:13 AM posted to microsoft.public.word.pagelayout
Glenda (The Good Confused Witch)
external usenet poster
 
Posts: 1
Default How do I put header and not page number on first page?

I have the same problem regarding the above. I have no idea what you mean by
"field construction in the Header", and "field delimiters"??? But I know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen




  #5  
Old February 4th, 2009, 02:30 AM posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default How do I put header and not page number on first page?

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

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

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you mean
by
"field construction in the Header", and "field delimiters"??? But I know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen






  #6  
Old February 15th, 2009, 03:31 AM posted to microsoft.public.word.pagelayout
Jonathan
external usenet poster
 
Posts: 236
Default How do I put header and not page number on first page?

Hi Doug - Hope you're still around - these first postings went up 3 years ago!

My question is a further extention of your feedback:
I want the text 'Page x of total pages' to appear as a right-justified
footer beginning on the second page.
I've been playing around with a few coding options...without success. could
you please help me out of my dilemma?
Thanks!
Jonathan

"Doug Robbins - Word MVP" wrote:

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

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

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you mean
by
"field construction in the Header", and "field delimiters"??? But I know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen






  #7  
Old February 15th, 2009, 04:39 AM posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default How do I put header and not page number on first page?

The easiest way to do this is to enable "Different first page," then leave
the First Page Footer empty. No code necessary unless you're wanting
numbering to start on the second page and the number of pages to omit the
first page. In that case, you can insert a section break between the first
and second pages, unlink the footer, restart numbering (or start at 0), and
use the SectionPages field instead of NumPages.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jonathan" wrote in message
...
Hi Doug - Hope you're still around - these first postings went up 3 years
ago!

My question is a further extention of your feedback:
I want the text 'Page x of total pages' to appear as a right-justified
footer beginning on the second page.
I've been playing around with a few coding options...without success.
could
you please help me out of my dilemma?
Thanks!
Jonathan

"Doug Robbins - Word MVP" wrote:

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold
down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl
key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

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

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you
mean
by
"field construction in the Header", and "field delimiters"??? But I
know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the
same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen








  #8  
Old February 15th, 2009, 05:47 AM posted to microsoft.public.word.pagelayout
Jonathan
external usenet poster
 
Posts: 236
Default How do I put header and not page number on first page?

Gee, it was that easy... ! :-)
Thanks!
Jonathan

"Suzanne S. Barnhill" wrote:

The easiest way to do this is to enable "Different first page," then leave
the First Page Footer empty. No code necessary unless you're wanting
numbering to start on the second page and the number of pages to omit the
first page. In that case, you can insert a section break between the first
and second pages, unlink the footer, restart numbering (or start at 0), and
use the SectionPages field instead of NumPages.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jonathan" wrote in message
...
Hi Doug - Hope you're still around - these first postings went up 3 years
ago!

My question is a further extention of your feedback:
I want the text 'Page x of total pages' to appear as a right-justified
footer beginning on the second page.
I've been playing around with a few coding options...without success.
could
you please help me out of my dilemma?
Thanks!
Jonathan

"Doug Robbins - Word MVP" wrote:

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold
down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl
key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

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

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you
mean
by
"field construction in the Header", and "field delimiters"??? But I
know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the
same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen









  #9  
Old December 1st, 2009, 04:35 AM posted to microsoft.public.word.pagelayout
David DC
external usenet poster
 
Posts: 1
Default How do I put header and not page number on first page?

Thanks for the tip, it left the first page number off as stated. Is there a
way to remove the second page number also, so page number 3 begins the number
dispalayed but still counts all the pages within the document? e.g. page 3
begins with 3 and pages 1 & 2 are blank.

"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen




  #10  
Old December 1st, 2009, 04:41 AM posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default How do I put header and not page number on first page?

Did you try { IF { PAGE } 2 { PAGE } }?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"David DC" David wrote in message
...
Thanks for the tip, it left the first page number off as stated. Is there
a
way to remove the second page number also, so page number 3 begins the
number
dispalayed but still counts all the pages within the document? e.g. page 3
begins with 3 and pages 1 & 2 are blank.

"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

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

"K McDonald" K
wrote in message
...
I need to set up a document (no section breaks) with the header the same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen






 




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


All times are GMT +1. The time now is 01:55 PM.


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