I have the following code in and Excel VBA Macro.
Sub GetInfo()
Dim DomSession As New NotesSession
Call DomSession.Initialize
End Sub
When I run it I get the following error:
Run-time error ‘429’;
ActiveX Component can’t create object.
I have the referance for Lotus Domino Object selected. It is register correctly.
System config:
Clean WindowsXP install SP1
clean Notes 6.0.1 install (not an upgrade)
Anyone have any ideas on how to solve this? Code works fine on another Windows 2000 Machine with Notes 6.0.1 and Office 2000.
Thanks for your help.
Ralph Borcherds