InlineShape position in document

K

Kirill Golovin

I need to know how I can get from VBScript position of InlineShape object in
document... I mean relative position on page (Horizontal and vertical offset
from any corner of page...

Thanks for aswers, sorry for bad english...
 
W

Word Heretic

G'day Kirill Golovin <Kirill [email protected]>,

The InlineShape has a range. Its bottom is given by
Range.Information(wdVerticalPositionRelativeToPage)

The top is then given by subtracting the height of the picture.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice
 
Top