Saturday, May 8, 2010

Left Property

Left Property Example

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

l= objIExplorer.left
msgbox l





See all Methods & Properties of InternetExplorer Object here.