Row Height when Wrapping Text

G

Guest

I have a program that saves to excel. When saving
comments to excel, it wraps the text in a row. I want to
continue to wrapt the text. Is there any way to
automatically change the row height to fit the text (the
text is more than one line)?

Thanks,
Missy
 
T

Tom Ogilvy

The default is to autofit. If you have changed the row height, then this
disables the autofit. Select the row and do Format=>Row=>Autofit.

If you have merged cells, then this won't work.
 
Top