in reply to Re^2: Problem seeing multiline text in Excel cells
in thread Problem seeing multiline text in Excel cells
It still would be good to know how to make the height of the row to fit exaclty the height of however many lines of text there are.$sheet -> Range("B2:J2") -> {HorizontalAlignment} = xlHAlignLeft; $sheet -> Range("B2:J2") -> {VerticalAlignment} = xlTop
|
|---|