View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken[_26_] Ken[_26_] is offline
external usenet poster
 
Posts: 6
Default How to find table position on page

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?