Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

active X component can't create object

Status
Not open for further replies.

seosamh

Programmer
Aug 2, 2000
29
IE
I am getting an "Error 429 (active X component can't create object or return reference to this object)"

I know this is a licensing issue but I can't find the correct download on the microsoft site to overcome the problem.

Thanks

Seosamh
 
Hi

What edderic said was right, It should be bacause of if
you not included the references.
 
No reference is required if you are doing a CreateObject into an object e.g.
Dim obj As object
Set obj = CreateObject("scripting.FileSystemObject")

HOWEVER if you misspell the object name....

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top