How to find table position on page

  • Thread starter Thread starter Ken
  • Start date Start date
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?
 
Try your question in a Word programming group
--
Jim Cone
Portland, Oregon USA


"Ken" <[email protected]>
wrote in message
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?
 
Back
Top