B
Broadwaybaby8
I created a Word Table using
WordObj.ActiveDocument.Tables.Add(WordObj.Selection.Range
NumRows:=3, NumColumns:=2
The problem is that I cannot get the entire table to align to th
center. The only thing that I could find was
[code:1:c5c6bb0bc0].Rows.Alignment
wdAlignRowCenter[/code:1:c5c6bb0bc0
But this only aligns the text to the center, not the entire table. I
there a simple way to align the entire table to the center
Thanks
~R
WordObj.ActiveDocument.Tables.Add(WordObj.Selection.Range
NumRows:=3, NumColumns:=2
The problem is that I cannot get the entire table to align to th
center. The only thing that I could find was
[code:1:c5c6bb0bc0].Rows.Alignment
wdAlignRowCenter[/code:1:c5c6bb0bc0
But this only aligns the text to the center, not the entire table. I
there a simple way to align the entire table to the center
Thanks
~R