Saturday, May 8, 2010

Height Property

Height Property Example

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

h=objIExplorer.height
msgbox h






See all Methods & Properties of InternetExplorer Object here.