I use Word automation in my VB6 application.
I want to vertically align my tablecell.
I do this:

Code:
aTable.Range.cells.VerticalAlignment = wdAlignVerticalCenter
This works with plain text in my tablecell, but as soon as i add shapes to my
cell the complete celltext jumps back at the top. Is this normal? And is there a workaround?