Saturday, May 8, 2010

Application Property

Application Property Example

Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True

a=objIExplorer.application
msgbox a





See all Methods & Properties of InternetExplorer Object here.