View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default How to find table position on page

Try your question in a Word programming group
--
Jim Cone
Portland, Oregon USA


"Ken"
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?