is it possible to automaticly change the row height if the text is too long? instead of just doing MSFlexGrid1.RowHeight(4) = 500?
edit: n/m i got it, i just used len and checked if > 50 or so, and expand it if it's greater
Printable View
is it possible to automaticly change the row height if the text is too long? instead of just doing MSFlexGrid1.RowHeight(4) = 500?
edit: n/m i got it, i just used len and checked if > 50 or so, and expand it if it's greater
.TextWidth(cellvalue) compared to .RowWidth(row width) might give more exact values - as opposed to Len()