I have the following working, the link opens and the Internet Explorer window activates but I receive a runtime error 424 object required - Any suggestions.
Private Sub SchedNoSubItem_Click()
Application.FollowHyperlink (HyperlinkPart(Me.[tblURLs.URL]))
InternetExplorerApplication.Activate
InternetExplorerApplication.WindowState = 0 'wdWindowStateRestore
End Sub
Private Sub SchedNoSubItem_Click()
Application.FollowHyperlink (HyperlinkPart(Me.[tblURLs.URL]))
InternetExplorerApplication.Activate
InternetExplorerApplication.WindowState = 0 'wdWindowStateRestore
End Sub