P
padshall
This crashes Word 2007 even though it works with previous versions. Current
doc is just standing for the name of the currently active document.
Sub FollowLink()
Selection.Hyperlinks(1).Follow
Documents("current.doc").Close
End Sub
Any one got any idea why?
doc is just standing for the name of the currently active document.
Sub FollowLink()
Selection.Hyperlinks(1).Follow
Documents("current.doc").Close
End Sub
Any one got any idea why?