i read this forum almost every day for a while and i see some get object subs from people. But from what i see that getobject sub dont use a already open instance, it just open a file pre-defined that set in script(need to reopen,save to resume if need restart script)
like this one:
Sub Excel(filename)
Set xlapp = GetObject( , "Excel.Application")
xlApp.visible = true
Set xlBook = xlApp.Workbooks.open(filename)
I see something that is what im looking for is a Marcus topic about use already open instance of internet explorer from this topic: http://www.mjtnet.com/usergroup/viewtopic.php?t=4660
Any help is apreciate.
Sorry for my english

Ivan