Saturday, May 8, 2010

StatusText Property

StatusText Property Example

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





See all Methods & Properties of InternetExplorer Object here.