COM with Office XP

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

Subject: Known issue with R6

The install doesn’t completly register the COM…

Run “regsvr32 nlsxbe.dll” from inside your Notes/Domino R6 program directory, this will ensure the library is correctly registered

Subject: RE: Known issue with R6

Thanks for your help. That did the trick.

Are there any other DLL’s that do not register correctly with R6. I cannot find anything on this issue anywhere.

Ralph Borcherds

Subject: RE: Known issue with R6

Nope, nlsxbe.dll is the only file which needs to be registered.