Saturday, May 8, 2010

Stop Method

Stop Method Example

Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
objIExplorer.navigate "google.com"
objIExplorer.stop




See all Methods & Properties of InternetExplorer Object here.