Saturday, May 8, 2010

Navigate Method

Navigate Method Example

strLink= "http://www.google.com"
Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
objIExplorer.navigate strLink


See all Methods & Properties of InternetExplorer Object here.