Searched tons of threads and MS KB articles, but can't figure out why I'm having this problem. Others have posted the following code, but they don't seem to get the error message 429, "ActiveX component can't create object" like I do.
IE 6 is already open when I call this from VBA in Word 2000 SP-3. If I call CreateObject, it works fine. Also tried it with "Dim appIE As SHDocVw.InternetExplorer" with the same result. If I call GetObject(, "Excel.Application"), it works fine.
Code:
Dim appIE As Object
Set appIE = GetObject(, "InternetExplorer.Application")