I have a program which exports data from Access to Excel through VBA. But I find the following problem for the Excel file.
I have a merged cell called "Remarks", in which its value is very long that it have many rows in the cell. But whenever I open the Excel file, I find only one row is displayed for that cell with other rows being hidden. I have checked the "Wrap text" property in the Text Control area, but the cell still CANNOT be expanded to the fitted height for all values to be shown.
I find that for a normal cell, the height of the cell will be expaned automatically to show all values. But it seems that for a merged cell, it won't do that. I wonder whether there is any way to tackle it?
Thank a lot in advance!
I have a merged cell called "Remarks", in which its value is very long that it have many rows in the cell. But whenever I open the Excel file, I find only one row is displayed for that cell with other rows being hidden. I have checked the "Wrap text" property in the Text Control area, but the cell still CANNOT be expanded to the fitted height for all values to be shown.
I find that for a normal cell, the height of the cell will be expaned automatically to show all values. But it seems that for a merged cell, it won't do that. I wonder whether there is any way to tackle it?
Thank a lot in advance!