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...

Re: InlineShape position in document by Word

Word
Tue Mar 07 09:26:27 CST 2006

G'day Kirill Golovin <Kirill Golovin@discussions.microsoft.com>,

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


Kirill Golovin <Kirill Golovin@discussions.microsoft.com> reckoned:

>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...