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
  #11  
Old December 15th, 2009, 01:31 AM posted to microsoft.public.word.pagelayout
Jing[_2_]
external usenet poster
 
Posts: 1
Default How do I put header and not page number on first page?

Yes. The easier to way to do is to first uncheck "different first page", and
then use page break/ section break. After having the first number on both the
cover page and first page, you choose to click enable/ check "different first
page", so you can remove the number on the cover page and keep the first
number on your first page.

Hopefully, this is clear enough. I did it by using this way.
  #12  
Old December 15th, 2009, 03:15 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?

Why in the world would you go to that much trouble when "Different first
page" already achieves what you want?

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

"Jing" Jing @discussions.microsoft.com wrote in message
...
Yes. The easier to way to do is to first uncheck "different first page",
and
then use page break/ section break. After having the first number on both
the
cover page and first page, you choose to click enable/ check "different
first
page", so you can remove the number on the cover page and keep the first
number on your first page.

Hopefully, this is clear enough. I did it by using this way.


  #13  
Old December 17th, 2009, 11:59 PM posted to microsoft.public.word.pagelayout
keevers
external usenet poster
 
Posts: 2
Default page numbering

hi, im doing a thesis and i need to keep everything in the same word document
but want the page numbering to begin on page 4 but to say that its page 1. in
other words, i dont want a header on the cover page or the title page, etc. i
tried putting in the code you have above, but cant manage to hide the code,
am i supposed to be typing it straight into the header field?

thanks for your help,

C

  #14  
Old December 18th, 2009, 12:29 AM posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default page numbering

Using Ctrl+F9 to insert each pair of field delimiters, use the following
field construction:

{ IF { PAGE } 3 { = { PAGE } - 3 } }

To toggle off the display of the field codes, use Alt+F9

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"keevers" wrote in message
...
hi, im doing a thesis and i need to keep everything in the same word
document
but want the page numbering to begin on page 4 but to say that its page 1.
in
other words, i dont want a header on the cover page or the title page,
etc. i
tried putting in the code you have above, but cant manage to hide the
code,
am i supposed to be typing it straight into the header field?

thanks for your help,

C


  #15  
Old December 18th, 2009, 01:31 AM posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default page numbering

If your thesis will need to have a TOC, don't use the field construction
Doug provided; instead see
http://word.mvps.org/FAQs/Formatting...rontMatter.htm (Word 2003 and
earlier) or http://www.word.mvps.org/FAQs/Format...atter_2007.htm,
as
appropriate.

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

"keevers" wrote in message
...
hi, im doing a thesis and i need to keep everything in the same word
document
but want the page numbering to begin on page 4 but to say that its page 1.
in
other words, i dont want a header on the cover page or the title page,
etc. i
tried putting in the code you have above, but cant manage to hide the
code,
am i supposed to be typing it straight into the header field?

thanks for your help,

C



  #16  
Old December 18th, 2009, 02:20 AM posted to microsoft.public.word.pagelayout
keevers
external usenet poster
 
Posts: 2
Default page numbering

you're a superstar, thank you!

C

"Doug Robbins - Word MVP" wrote:

Using Ctrl+F9 to insert each pair of field delimiters, use the following
field construction:

{ IF { PAGE } 3 { = { PAGE } - 3 } }

To toggle off the display of the field codes, use Alt+F9

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"keevers" wrote in message
...
hi, im doing a thesis and i need to keep everything in the same word
document
but want the page numbering to begin on page 4 but to say that its page 1.
in
other words, i dont want a header on the cover page or the title page,
etc. i
tried putting in the code you have above, but cant manage to hide the
code,
am i supposed to be typing it straight into the header field?

thanks for your help,

C


  #17  
Old January 24th, 2010, 11:00 PM posted to microsoft.public.word.pagelayout
Ben
external usenet poster
 
Posts: 536
Default How do I put header and not page number on first page?

I have tried this and it does not work. What am I doing wrong?

"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






  #18  
Old January 25th, 2010, 01:51 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?

Have you followed the step by step approach that was given?

Or are you merely typing { IF { PAGE } 1 { PAGE } } directly from the
keyboard.


--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"Ben" wrote in message
...
I have tried this and it does not work. What am I doing wrong?

"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







 




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 04:16 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.