Hi All
I need help as the “WebBrowser” function that’s I really don’t know, but want to have someone help.
Example: URL: go to YAHOO below:
Private Sub CommandButton1_Click()
WebBrowser1.Navigate "http://www.yahoo.com"
End Sub
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
“ don’t know how it here ??????????????????
End Sub
I need help as the “WebBrowser” function that’s I really don’t know, but want to have someone help.
Example: URL: go to YAHOO below:
Private Sub CommandButton1_Click()
WebBrowser1.Navigate "http://www.yahoo.com"
End Sub
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
“ don’t know how it here ??????????????????
End Sub