Text alignment in a table cell

J

jerry chapman

I set the horizontal alignment of text in a cell by using:
objTable.Cell(j, i).Range.ParagraphFormat.Alignment = wdAlignParagraphRight.
How can I set the vertical alignment to "center".
 
S

Stan Scott

Jerry,

objTable.Cell(j,i).VerticalAlignment = wdCellAlignVerticalCenter

Stan Scott
New York City
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top