Hello,

I've got some code that opens an IE webpage waits for it to load then moves on. It works perfectly. However I need to open a second page and wait for that to load too. Repeating the code (lineally or as a function) fails to work. The IE.ReadyState on the second run never changes from 0... and throws the error "Automation error. The object invoked has disconnected from its clients."

Please Login or Register  to view this content.
Thanks for any help