Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to have excel wrap my header text in the center section when I'm in
Page Layout view. Excel 2007 Help seems to say that the ability to wrap text in a header section has gone away, and you need to press enter to start a new line in a header section. If I enter a line of text that is longer than the center header section is wide, it doesn't wrap--it just spills over into the left and / or right section areas of the header. How can I get the header section box to wrap text automatically? Many thanks... |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There doesn't seem to be an automatic wrap, which is a good thing if you
want a long center header spanning the page. Is there a problem pressing Enter? If you're entering the header by macro you'd have to build in a break like this: Sheet1.PageSetup.CenterHeader = "abc" & chr(10) & "def" -- Jim "Ted M H" wrote in message ... I need to have excel wrap my header text in the center section when I'm in Page Layout view. Excel 2007 Help seems to say that the ability to wrap text in a header section has gone away, and you need to press enter to start a new line in a header section. If I enter a line of text that is longer than the center header section is wide, it doesn't wrap--it just spills over into the left and / or right section areas of the header. How can I get the header section box to wrap text automatically? Many thanks... |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Certainly not a big deal, but it would be a nice touch to allow the user to
either span the page or wrap text to keep the header text confined to the section boxes in the new page layout view. Thanks for taking the time to reply. "Jim Rech" wrote: There doesn't seem to be an automatic wrap, which is a good thing if you want a long center header spanning the page. Is there a problem pressing Enter? If you're entering the header by macro you'd have to build in a break like this: Sheet1.PageSetup.CenterHeader = "abc" & chr(10) & "def" -- Jim "Ted M H" wrote in message ... I need to have excel wrap my header text in the center section when I'm in Page Layout view. Excel 2007 Help seems to say that the ability to wrap text in a header section has gone away, and you need to press enter to start a new line in a header section. If I enter a line of text that is longer than the center header section is wide, it doesn't wrap--it just spills over into the left and / or right section areas of the header. How can I get the header section box to wrap text automatically? Many thanks... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 high cpu usage, format cell, wrap text | Excel Discussion (Misc queries) | |||
Wrap Text in 2007 vs 2003 | Excel Discussion (Misc queries) | |||
How do I left justify center section header | Excel Discussion (Misc queries) | |||
Excel - should be a defined Header footer section within the sheet | Excel Discussion (Misc queries) | |||
insert picture in header section of excel worksheet | Excel Discussion (Misc queries) |