D
Debbie
Hello,
I have Access 2003 and I'm trying to create an Outlook email from Access.
I have the following code:
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
Dim objOutlookRecip As Outlook.Recipient
Dim MsgText As String
'Create the Outlook session
Set objOutlook = CreateObject("Outlook.Application")
'Create message
Set objOutlookMsg = objOutlook.CreateItem(olMailItem)
I get a run time error 429 "ActiveX component can't create object". Can
anyone give me a hint as to what I'm doing wroing? Thanks, I have exhausted
all my resources!
Debbie
I have Access 2003 and I'm trying to create an Outlook email from Access.
I have the following code:
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
Dim objOutlookRecip As Outlook.Recipient
Dim MsgText As String
'Create the Outlook session
Set objOutlook = CreateObject("Outlook.Application")
'Create message
Set objOutlookMsg = objOutlook.CreateItem(olMailItem)
I get a run time error 429 "ActiveX component can't create object". Can
anyone give me a hint as to what I'm doing wroing? Thanks, I have exhausted
all my resources!
Debbie