PDA

Click to See Complete Forum and Search --> : find hyperlinks in a WORD document


snirhe
Dec 25th, 2005, 05:14 AM
Hi,
Is there anyway to run a script which finds if there are any links/hyperlinks/shortcuts in a givven WORD document?

If it's possible, can I make a lisi of those links??

Thanks in advance.

RobDog888
Dec 25th, 2005, 12:37 PM
You can use the Hyperlinks collection to test for any.
ActiveDocument.Hyperlinks.Count

snirhe
Dec 26th, 2005, 03:33 AM
Thank a lot