Autofit Merged Cells? Can we do this?

  • Thread starter Thread starter kenji4861
  • Start date Start date
K

kenji4861

I have a row that has merged column cells. Even if I choose autofit, it
will not autofit. Is tehre a way to do this?
 
Where or when do I have this function/procedure called? As soon as
theres a change in the sheet? I just have a sub function/procedure
sitting in my macro module.. but when is it executed? Thanks
 
Jim's code runs against the activecell.

So when you have your merged cell selected, hit alt-F8 and run that macro.
 
this will work if each line has a few texts.. but when text becomes a
paragraph, it does not work.

The text gets cut off. Why is this?
 
Sometimes if you sprinkle a few alt-enters to force a new line within the cell,
you can see more of the text.
 
Back
Top