Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
page number positioning and format | Page Layout | |||
Header for only first page | Microsoft Word Help | |||
How: header and footer print on first page only (Wordb2000) | Page Layout | |||
Header & Footer not on first page but on subsequent pages | Microsoft Word Help | |||
FIrst page footers | Microsoft Word Help |