I using VB to loop through a heap of Word documents and creating hyperlinks to various other HTML documents. All works well (thanks to some previous help on this forum).
One thing I would like to do however is to have the hyperlink open a document as a popup. Can this be done? If so, how?
The code my VB uses to create the hyperlink is:
ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, _
Address:=hyperto & mainp
where hyperto is the path of the HTML document and mainp is the name of the document I want to link to.
Thanks in advance!



