Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When I have set the text to wrap in a cell, I would like for the row height
to adjust automatically to show all of the text in the cell |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What happens when you try autofitting the rowheight--either by doubleclicking on
the separator on the row indicators or via the format|row|autofit (xl2003 menus)? chasinamie wrote: When I have set the text to wrap in a cell, I would like for the row height to adjust automatically to show all of the text in the cell -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
FormatRowAutoFit.
Note: won't work if you are using merged cells. You need event code to autofit in that case Also.............you can enter 32767 characters in a cell but only 1024 of these will display no matter the height. If this is your problem, add a linefeed every 100 chars using Alt + Enter. Gord Dibben MS Excel MVP On Thu, 2 Oct 2008 08:46:00 -0700, chasinamie wrote: When I have set the text to wrap in a cell, I would like for the row height to adjust automatically to show all of the text in the cell |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Gord,
how do we get to Formatrowautomatic when using Micorsoft - Office - Excel - 2007? I know it in 2003 but with the modifications applied to 2007 I have lost it. Thanks Larry_o "Gord Dibben" wrote: FormatRowAutoFit. Note: won't work if you are using merged cells. You need event code to autofit in that case Also.............you can enter 32767 characters in a cell but only 1024 of these will display no matter the height. If this is your problem, add a linefeed every 100 chars using Alt + Enter. Gord Dibben MS Excel MVP On Thu, 2 Oct 2008 08:46:00 -0700, chasinamie wrote: When I have set the text to wrap in a cell, I would like for the row height to adjust automatically to show all of the text in the cell |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't use 2007 but I think..........FormatRowHomeCells
See Ron de Bruin's site for where to find the 2007 Commands http://www.rondebruin.nl/0307commands.htm Gord On Wed, 29 Oct 2008 10:16:07 -0700, Larry_o wrote: Gord, how do we get to Formatrowautomatic when using Micorsoft - Office - Excel - 2007? I know it in 2003 but with the modifications applied to 2007 I have lost it. Thanks Larry_o "Gord Dibben" wrote: FormatRowAutoFit. Note: won't work if you are using merged cells. You need event code to autofit in that case Also.............you can enter 32767 characters in a cell but only 1024 of these will display no matter the height. If this is your problem, add a linefeed every 100 chars using Alt + Enter. Gord Dibben MS Excel MVP On Thu, 2 Oct 2008 08:46:00 -0700, chasinamie wrote: When I have set the text to wrap in a cell, I would like for the row height to adjust automatically to show all of the text in the cell |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row height to auto-adjust for wrapped text | Excel Discussion (Misc queries) | |||
Cells with wrapped text won't auto-adjust row height correctly | Excel Discussion (Misc queries) | |||
How do I auto adjust row height on merged columns w/wrapped text? | Excel Discussion (Misc queries) | |||
Autofit didn't work to adjust row height to fit wrapped contents | Excel Discussion (Misc queries) | |||
How to adjust spacing between lines of wrapped text ? | Excel Discussion (Misc queries) |