Saturday, May 8, 2010

Container Property

Container Property Example

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

a=objIExplorer.container
msgbox a





See all Methods & Properties of InternetExplorer Object here.