range horizontal position on page

C

CS

I am using the Information property with the parameter
wdHorizontalPositionRelativeToPage in order to get the position of all the
hyperlinks in a document,
However, starting with the second page it always return -1.
I think because the second page is not on the screen.
But how can I get around this?
Thanks,
Cris
 
J

Jean-Guy Marcil

CS was telling us:
CS nous racontait que :
I am using the Information property with the parameter
wdHorizontalPositionRelativeToPage in order to get the position of
all the hyperlinks in a document,
However, starting with the second page it always return -1.
I think because the second page is not on the screen.
But how can I get around this?
Thanks,
Cris

Use GoTo or Select to get to the hyperlink first.

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top