ActiveX component can't create object when tryin to open Notes session

lucour

Registered User.
Local time
Today, 19:57
Joined
Mar 7, 2001
Messages
60
Hi,

I am trying to use a command button to send an e-mail w/attachment through Lotus notes. When I go to execute the code, I get the error:
"ActiveX component can't create object"

The error alludes to the following line of code:

Set objNotesWS = CreateObject("Notes.NotesUIWorkspace")"

Can anyone provide any help?
 
try...

Set objNotesWS = CreateObject("Notes.NotesSession")"

HTH
 
I already tried NotesSession as well as NotesUIWorkspace. The same result using either.
 

Users who are viewing this thread

Back
Top Bottom