Saturday, May 8, 2010

Addressbar Property

Addressbar Property Example

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

objIExplorer.addressbar = False




See all Methods & Properties of InternetExplorer Object here.