How to calculate the position of a Shape

M

Marc

I need to get the position of a shape (not inline)
relative to the top left corner of the page regardless of
its relative position settings ie. it has to work for
shapes that are relative to
margin/page/paragraph/line/character/columns

Thanks
 
J

Jezebel

The arithmetic isn't hard. Get the position of whatever the shape is
relative to, and add.
 
Top