Saturday, May 8, 2010

Parent Property

Parent Property Example

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




See all Methods & Properties of InternetExplorer Object here.