Current/Active Internet Explorer

T

tighe

All,

i have searched for this and found nothing but maybe someone can help me.

I know how to createobject for IE and then pass code to it, but what about
IE all ready open, how do i reference that?

thanks for all the help past and future.
 
S

Stefan Hoffmann

hi,

I know how to createobject for IE and then pass code to it, but what about
IE all ready open, how do i reference that?
Use

Dim ie As Object ' SHDocVw.InternetExplorer
Set ie = GetObject(, "InternetExplorer.Application")

instead of CreateObject().


mfG
--> stefan <--
 
T

tighe

thanks,

i has looked at the getobject but didnt realize i need the ","
unfortunately now i get: Run-time error '429': ActiveX component can't create
object.

since all indications are this is a registry error, i will have to research
how to fix that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top