How to find table position on page

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?
 
J

Jim Cone

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top