Hi,
I have to make a vba macro which will run through all the Hyperlinks in the current document and report it's position (x, y) in points or pixels from the top of the page.
Say there's a hyperlink which has a distance of 10 pixels from the top and 10 pixels from the left.
Is there a way to go through the hyperlinks and msgbox it's coordinates x, y relative to the top of the page.
May be we could select the hyperlink and use the Selection or Range object to find the coordinates, but I have failed to find it. Help Please!........
Many thanks,
I have to make a vba macro which will run through all the Hyperlinks in the current document and report it's position (x, y) in points or pixels from the top of the page.
Say there's a hyperlink which has a distance of 10 pixels from the top and 10 pixels from the left.
Is there a way to go through the hyperlinks and msgbox it's coordinates x, y relative to the top of the page.
May be we could select the hyperlink and use the Selection or Range object to find the coordinates, but I have failed to find it. Help Please!........
Many thanks,