S
Simon Woods
Hi
I'm struggling to work out the above.
My range is a combination of text and inlineshapes like this. Please excuse
the rough drawing
_______
| |
abcdefg| |
|______ |
I am working through each character to try and determine the leftmost,
topmost, rightmost and bottommost coordinates.
I was trying the
InlineShape(1).Range.Information(wdVerticalPositionRelativeToPage)
as I thought that would give me the TopMost, but it returns exactly the same
value as if I call it against one of the preceding characters.
So is there a call (or perhaps some maths) to work this out?
Thanks
Simon
I'm struggling to work out the above.
My range is a combination of text and inlineshapes like this. Please excuse
the rough drawing
_______
| |
abcdefg| |
|______ |
I am working through each character to try and determine the leftmost,
topmost, rightmost and bottommost coordinates.
I was trying the
InlineShape(1).Range.Information(wdVerticalPositionRelativeToPage)
as I thought that would give me the TopMost, but it returns exactly the same
value as if I call it against one of the preceding characters.
So is there a call (or perhaps some maths) to work this out?
Thanks
Simon