When using the common function of
Dim appOutLook As Outlook.Application
Dim MailOutLook As Outlook.MailItem
Set appOutLook = CreateObject("Outlook.Application")
from Access, I get the error:
[Number] = -2147024770
[Description] = "Automation error
The specified module could not be found."
I am referencing MS Outlook 11.0 Object library, and I certainly do have Outlook on this machine. This isn't a security error... I'm writing this at home.
The code is otherwise normal, email code that has worked in the past and is seen on these threads; nothing special. Any ideas how to track down my error?
Thanks!
Chuck
Chuck Kowalewski
Maj, USAF, MC
"Forget world peace. Visualize using your turn signal.
Dim appOutLook As Outlook.Application
Dim MailOutLook As Outlook.MailItem
Set appOutLook = CreateObject("Outlook.Application")
from Access, I get the error:
[Number] = -2147024770
[Description] = "Automation error
The specified module could not be found."
I am referencing MS Outlook 11.0 Object library, and I certainly do have Outlook on this machine. This isn't a security error... I'm writing this at home.
The code is otherwise normal, email code that has worked in the past and is seen on these threads; nothing special. Any ideas how to track down my error?
Thanks!
Chuck
Chuck Kowalewski
Maj, USAF, MC
"Forget world peace. Visualize using your turn signal.