Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've got data that can contain a long text string for one field. I currently
merge 6 cells across and set the rowheight to 6 times the normal row height, and enable text wrapping. Sometimes this is too much space, other times it's not enough. Fonts unfortunately don't space characters uniformly, so I can't do it based on text length. Is there a way to do this based on how many breaks Excel puts in when wrapping text, or another method? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can Autofit rows with merged cells only by using VBA.
One of the many drawbacks to using merged cells. If you want to go that route............... See google search thread for code by Greg Wilson. Watch out for word wrap in the URL which is all one line. http://groups.google.com/group/micro...1c160cbeb27874 Gord Dibben MS Excel MVP On Mon, 8 Mar 2010 10:11:01 -0800, Erik wrote: I've got data that can contain a long text string for one field. I currently merge 6 cells across and set the rowheight to 6 times the normal row height, and enable text wrapping. Sometimes this is too much space, other times it's not enough. Fonts unfortunately don't space characters uniformly, so I can't do it based on text length. Is there a way to do this based on how many breaks Excel puts in when wrapping text, or another method? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
merged cells into one text cell, size varies dependant on text dat | Excel Discussion (Misc queries) | |||
identically size merged cells for sorting rows | Excel Discussion (Misc queries) | |||
How can I Excel to re-size when wrapping text in merged cells | Excel Discussion (Misc queries) | |||
Rows with merged cells are not adjusting even w/ Wrap Text and au. | Excel Discussion (Misc queries) | |||
Help needed with merged cells | Excel Programming |