Excel 2010, I populate cells with the data from the data base. Cells look like this with text entered with Alt-Enter which in VBA code is Chr(10)
[pre]
+----------------------+
|Some text here |
|some more text here |
|last line of text |
| |
| |
=----------------------+
[/pre]
I have just a few columns and in each cell in the Row there are no more than 3 lines of text, but the Cells display 'empty' lines of text (2 empty lines shown here).
I can select entire Row to auto adjust height, but I can still see the non-existing empty lines in the cell. But there is nothing below the 3 text lines.
How can I auto adjust height of the cells?
Have fun.
---- Andy
[pre]
+----------------------+
|Some text here |
|some more text here |
|last line of text |
| |
| |
=----------------------+
[/pre]
I have just a few columns and in each cell in the Row there are no more than 3 lines of text, but the Cells display 'empty' lines of text (2 empty lines shown here).
I can select entire Row to auto adjust height, but I can still see the non-existing empty lines in the cell. But there is nothing below the 3 text lines.
How can I auto adjust height of the cells?
Have fun.
---- Andy