"autofit row ht" in merged cells

  • Thread starter Thread starter amy jo
  • Start date Start date
A

amy jo

It seems like I cant have a cell set to "autofit row ht" and merged cells,
which is very frustrating. Basically I would like to have a lot of text in
one large cells, and have the ht automatically adjust. It really seems like
this should be possible.
Thanks!
 
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/micr...60cbeb27874?lnk=st&q=&rnum=4#ca1c160cbeb27874

Note..........this is sheet event code and runs when a cell is changed
manually.

To store the code, right-click on your sheet tab and "View Code"

Copy/paste the code into that sheet module.

Alt + q to return to Excel.


Gord Dibben MS Excel MVP

On Sun, 14 Mar 2010 10:55:02 -0700, amy jo <amy
 
Back
Top