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 » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Page Header and Footer



 
 
Thread Tools Display Modes
  #1  
Old March 2nd, 2006, 04:04 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Page Header and Footer

Hi,

I need to create, via code (VBA) and for Word 2003, a table which has the
same size than the page size (8,5 x 11). I set all the margins to 0 as well
as the footer and header distance. When I add a table, Word breaks the table
and sends the bottom row to the next page. I found that Word reserves the top
and bottom quarter of an inch of the page for the header and footer,
therefore the top left corner of the table does not start in "position (0,0)"
in the page, it starts in position (x,0).
I tried to remove the header and footer but I couldn't find how to do it. Is
there a way to do this? Or, Is there a way to set the height to 0?
An alternative that I was thinking is to force the table (top left corner)
to start in "position (0,0)" of the page, thus overlapping the header.
However, when I do it manually, it still breaks the table because I cannot
overlap the footer and it still reserves the space for header and footer,
which take a half of an inch of the page.

Any help will be highly appreciated!

--
Thanks,

Alex
  #2  
Old March 2nd, 2006, 04:28 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Page Header and Footer

The header and footer margins can be set to 0", but that is not your only
issue. Word must have a plain text paragraph after a table at the end of a
document, and this will force an additional page. One workaround for this is
to format that paragraph as Hidden.

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

"Alejandro" wrote in message
...
Hi,

I need to create, via code (VBA) and for Word 2003, a table which has the
same size than the page size (8,5 x 11). I set all the margins to 0 as

well
as the footer and header distance. When I add a table, Word breaks the

table
and sends the bottom row to the next page. I found that Word reserves the

top
and bottom quarter of an inch of the page for the header and footer,
therefore the top left corner of the table does not start in "position

(0,0)"
in the page, it starts in position (x,0).
I tried to remove the header and footer but I couldn't find how to do it.

Is
there a way to do this? Or, Is there a way to set the height to 0?
An alternative that I was thinking is to force the table (top left corner)
to start in "position (0,0)" of the page, thus overlapping the header.
However, when I do it manually, it still breaks the table because I cannot
overlap the footer and it still reserves the space for header and footer,
which take a half of an inch of the page.

Any help will be highly appreciated!

--
Thanks,

Alex


  #3  
Old March 2nd, 2006, 05:14 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Page Header and Footer

Thanks for the quick response.
How can I set the footer and header height/margins to 0?

--
Thanks,

Alex


"Suzanne S. Barnhill" wrote:

The header and footer margins can be set to 0", but that is not your only
issue. Word must have a plain text paragraph after a table at the end of a
document, and this will force an additional page. One workaround for this is
to format that paragraph as Hidden.

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

"Alejandro" wrote in message
...
Hi,

I need to create, via code (VBA) and for Word 2003, a table which has the
same size than the page size (8,5 x 11). I set all the margins to 0 as

well
as the footer and header distance. When I add a table, Word breaks the

table
and sends the bottom row to the next page. I found that Word reserves the

top
and bottom quarter of an inch of the page for the header and footer,
therefore the top left corner of the table does not start in "position

(0,0)"
in the page, it starts in position (x,0).
I tried to remove the header and footer but I couldn't find how to do it.

Is
there a way to do this? Or, Is there a way to set the height to 0?
An alternative that I was thinking is to force the table (top left corner)
to start in "position (0,0)" of the page, thus overlapping the header.
However, when I do it manually, it still breaks the table because I cannot
overlap the footer and it still reserves the space for header and footer,
which take a half of an inch of the page.

Any help will be highly appreciated!

--
Thanks,

Alex



  #4  
Old March 2nd, 2006, 06:04 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Page Header and Footer

These settings are on the Layout tab of Page Setup (don't know why they were
moved from margins except that some of the rest of the Layout tab pertains
to headers and footers).

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

"Alejandro" wrote in message
...
Thanks for the quick response.
How can I set the footer and header height/margins to 0?

--
Thanks,

Alex


"Suzanne S. Barnhill" wrote:

The header and footer margins can be set to 0", but that is not your

only
issue. Word must have a plain text paragraph after a table at the end of

a
document, and this will force an additional page. One workaround for

this is
to format that paragraph as Hidden.

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

"Alejandro" wrote in message
...
Hi,

I need to create, via code (VBA) and for Word 2003, a table which has

the
same size than the page size (8,5 x 11). I set all the margins to 0 as

well
as the footer and header distance. When I add a table, Word breaks the

table
and sends the bottom row to the next page. I found that Word reserves

the
top
and bottom quarter of an inch of the page for the header and footer,
therefore the top left corner of the table does not start in "position

(0,0)"
in the page, it starts in position (x,0).
I tried to remove the header and footer but I couldn't find how to do

it.
Is
there a way to do this? Or, Is there a way to set the height to 0?
An alternative that I was thinking is to force the table (top left

corner)
to start in "position (0,0)" of the page, thus overlapping the header.
However, when I do it manually, it still breaks the table because I

cannot
overlap the footer and it still reserves the space for header and

footer,
which take a half of an inch of the page.

Any help will be highly appreciated!

--
Thanks,

Alex




 




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
I cant get my report to fit on one page rmoritzky Setting Up & Running Reports 16 February 10th, 2009 01:35 PM
Turn off Group header and turn on Page Header Cat's Meow Setting Up & Running Reports 9 January 12th, 2006 05:12 PM
Print page footer only when needed Carl Rapson Setting Up & Running Reports 9 November 14th, 2005 07:57 PM
FIrst page footers Noel S Pamfree General Discussion 7 December 6th, 2004 08:49 PM
NUMBERING the pages Bob New Users 7 June 14th, 2004 12:20 AM


All times are GMT +1. The time now is 11:48 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.