so far i have this code , now its not clicking the link properly it just flashs and dosent go on to the next site when its clicked , anyone know the problem
Option Explicit
Private Sub Form_Load()
WebBrowser1.Navigate "http"
End Sub
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
WebBrowser1.Document.Links(1).Click
End Sub
Option Explicit
Private Sub Form_Load()
WebBrowser1.Navigate "http"
End Sub
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
WebBrowser1.Document.Links(1).Click
End Sub