Forum Discussion
tristaanogre
11 years agoEsteemed Contributor
I attempted to do what you have and simply substituted the URL with www.google.com and I did not get your error.
Is there, perhaps, other code involved that is attempting to utlize the object that is not found?
Is there, perhaps, other code involved that is attempting to utlize the object that is not found?
Sub mytest()
Call Browsers.Item(btIExplorer).Navigate("http://www.google.com/")
End Sub