images/littlesamie.jpg (853 bytes)

sub GetActiveObject {

Description: Allows you to start automation on a browser that already exists on your desktop

How To:

Make the call to GetActiveObject() and you're good to go.:

Example:

This call will help you when you are writing long scripts. Instead of waiting for a five minute script to run each time to get you to the place where you need to debug. Just get your IE browser to the place where it would be manually and use GetActiveObject and start debugging from there.

images/littlesamie.jpg (853 bytes)