Searched refs:oExplorer (Results 1 – 1 of 1) sorted by relevance
595 dim oExplorer as object variable597 oExplorer = dispatcher.createInstance("InternetExplorer.Application")598 If Not IsNull(oExplorer) Then599 oExplorer.visible = true600 oExplorer.Navigate2("http://www.openoffice.org")
Completed in 8 milliseconds