ActiveX component can't create object when tryin to open Notes session (1 Viewer)

lucour

Registered User.
Local time
Today, 02:58
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?
 

ghudson

Registered User.
Local time
Yesterday, 21:58
Joined
Jun 8, 2002
Messages
6,195
try...

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

HTH
 

lucour

Registered User.
Local time
Today, 02:58
Joined
Mar 7, 2001
Messages
60
I already tried NotesSession as well as NotesUIWorkspace. The same result using either.
 

Users who are viewing this thread

Top Bottom