could someone out there help me my web browser application is throwing error 424 when i click to go to a web site. what could be throwing this error
many thanks in advance
Printable View
could someone out there help me my web browser application is throwing error 424 when i click to go to a web site. what could be throwing this error
many thanks in advance
What is the definition of this error?
it says object required
is what is the object triggering the errorVB Code:
Private Sub command1_click() wWeb.Navigate cboURL.Text End Sub
sorry about this. it was a naming error on my part. the web browser form it was trying to acess wasnt called what i thought it was so it assumed the object didnt exist