Saturday, May 8, 2010

Type Property

Type Property Example

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

objIExplorer.navigate "google.com"

Do While objIExplorer.Busy
WScript.Sleep 1000
Loop

a = objIExplorer.Type
msgbox a




See all Methods & Properties of InternetExplorer Object here.