I have a VBA project that creates tables in an Excel with content that is then copied to a Word document. I encounter a problem with automatic cell heights. When cells are filled with text sometimes the automatic height adjustement does not work properly. It looks like if there is text that almost completly filles the cell the heigh of the cell adjusts as if there is yet another empty line below my text. I have loked around on the internet and I found that there is a very peculiar solution. Zoom the spreadhsheet in to 150% and then click on the rowdivider it works correctly. I can then zoom back to 100% and it still looks OK. However, I can not get this workaround to work in VBA. Anybody any idea how to solve this problem? Thanks in advance.