
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")
......