S
Shannon
I am using the code below to send an email from Access. It works fine on
some machines but on others I get this error message:
Run-time error: '-2147319779 (800280id)':
Automation error
Library not Regristered
The offending code is
Dim objOutlook As Outlook.Application
Dim objEmail As Outlook.MailItem
Set objOutlook = CreateObject("Outlook.Application") - this is where the
error occurs
Set objEmail = objOutlook.CreateItem(olMailItem)
All machines have the same references ticked and none are missing.
Any help would be much appreciated.
Thanks
Shannon
some machines but on others I get this error message:
Run-time error: '-2147319779 (800280id)':
Automation error
Library not Regristered
The offending code is
Dim objOutlook As Outlook.Application
Dim objEmail As Outlook.MailItem
Set objOutlook = CreateObject("Outlook.Application") - this is where the
error occurs
Set objEmail = objOutlook.CreateItem(olMailItem)
All machines have the same references ticked and none are missing.
Any help would be much appreciated.
Thanks
Shannon