Trying to center align text within this cell in a Word 2000 table using VBA.
I have tried with no success:
.cell(2, 2).Range.Font.Alignment = wdAlignCenter
.cell(2, 2).Range.Font.Alignment = wdnCenter
.cell(2, 2).Range.Font.HorizontalAlignment = wdAlignCenter
Any suggestions, please ? Thanks
I have tried with no success:
.cell(2, 2).Range.Font.Alignment = wdAlignCenter
.cell(2, 2).Range.Font.Alignment = wdnCenter
.cell(2, 2).Range.Font.HorizontalAlignment = wdAlignCenter
Any suggestions, please ? Thanks