How do I keep row heights while sorting?

R

Ryan8605

I was wondering how to keep the row height of a cell associated with that
line even after a column is sorted? Any help would be appreciated. Thanks.
 
D

Dave Peterson

The row height stays with the row--not with the value in the cell.

I think you'll have to find someway to readjust the rowheights.

Maybe you could put some indicator in a helper column. Sort that helper column
with your data, reset all the rowheights and then use the indicator to adjust
the rowheights.

(Data|filter|autofilter maybe useful here.)
 
Top