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.
Printable View
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.
You can use the Hyperlinks collection to test for any.
VB Code:
ActiveDocument.Hyperlinks.Count
Thank a lot