Hi, Peter.
Thank you for your reply.
What I want to do is showing the cross reference markers's location to user.
I gived up to search the cross reference markers now.
I am using hyperlink.showDestination() to get the markers's location.
But, it doesn't work when the destination is in other document.
Run-time error occured and it said that "Method 'ShowDestination' of object 'Hyperlink' failed".
(I am using VBScript)
I tried to set the document which the cross reference markers are in to active before carrying out hyperlink.showDestination().
It also failed.
I have no idea about this error.
So... if you know, can you tell me what should I do for the error?