K
Ken
I want to find the horizontal position of a selected table.
Selection.Tables(1).Rows.HorizontalPosition
gives the correct position in points provided that the table's
position has not been set as wdTableRight or wdTableCenter.
How do I get the position in points for these settings?
Selection.Tables(1).Rows.HorizontalPosition
gives the correct position in points provided that the table's
position has not been set as wdTableRight or wdTableCenter.
How do I get the position in points for these settings?