Runtime error '429', ActiveX can't create object 
Author Message
 Runtime error '429', ActiveX can't create object

Hi,

I have a problem with simple macro in Outlook. But I think
the problem is not on the marco.
The error came with '429' on createobject
("Outlook.Application"). I suppose there are some ADO
missing but I can't in M$.
This macro is running on Windows NT 4.0 with office2k.

Sub CustomForm()
  Dim myOlApp As Application
  Dim myNameSpace As NameSpace
  Dim myFolder As MAPIFolder
  Dim myItems As Items
  Dim myItem As Object

  Set myOlApp = CreateObject("Outlook.Application")
......



Sat, 26 Jun 2004 10:33:32 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Run-time error '429': ActiveX component can't create object

2. Run-Time Error '429': ActiveX component can't create object

3. Run time error '429': ActiveX component can't create object

4. Run-time error '429': ActiveX component can't create object

5. Run time error '429': ActiveX component can't create object

6. Run-Time Error '429': ActiveX component can't create object

7. HELP : runtime error 429 ActiveX can't create object

8. ActiveX componet can't create object (Runtime Error 429)

9. RunTime Error: 429 ActiveX Can't Create Object

10. Solution for runtime Error 429 ActiveX Can't Create Object for CR9 with VB6

11. ActiveX component can't create object or return reference to this object (Error 429)

12. ActiveX can't create object, Runtime 429 VB 6.0

 

 
Powered by phpBB® Forum Software