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
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top