Hi Philip,
Try something along the lines of:
Code:
Sub OpenWebDoc()
ActiveDocument.FollowHyperlink Address:="https://www.msofficeforums.com/attachment.php?attachmentid=1932&d=1328652267", _
NewWindow:=False, AddHistory:=False
End Sub
For more info, see the vba help for the 'FollowHyperlink' method. The above will open a safe document attached to a post in another thread in this forum.