It seems to me the problem is that you have specified a row height that is way too large. That said, you could change:
.Cells.VerticalAlignment = wdCellAlignVerticalCenter
to:
.Cells.VerticalAlignment = wdCellAlignVerticalBottom
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|