ActiveDocument.Tables(1) .This refers to the first table in the document. Rows.Alignment. This centers the specified table horizontally.
ActiveDocument.Tables(1).Rows.Alignment = wdAlignRowCenter This works well and if you have any questions or problems , please contact me.