Internet Object
 
Syntax
 
Internet.GoSearch
 
Description
Opens the search page set in Internet Explorer in the currently open web browser.
 
If the web browser is not already active, it opens automatically.
 
See Also
Example
 
Sub Main
 
Internet.GoHome 'open explorer
 
Wait 5 'seconds
 
Internet.GoSearch 'to search page
 
End Sub