Thank you. That opened up quite a few possibilities. I ended up using the something similiar to the following code so it would find the correct IE window to use.
dim objIE as Object, objApp as Object
Set objApp = CreateObject("Shell.Application")
for i = 0 to 25...
I've gotten to the point where I can create a new IE and make it navigate through links and fill out forms automatically, but now I'd like to be able to control an already running instance of IE and do the same. I'm having trouble figuring out how to access the already running ie window. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.