Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good morning,
I use the code (a small portion of what I use) below to send my Excel sheet via email using Microsoft Outlook. Whoever uses that code has no problem using it, except one user. Everytime he uses it, he receives an automation error (Runtime error: 2147024770(8007007e). I checked the References on his Excel, and he does use all the references that I use. Thanks. Here is the code: Dim OutApp As Outlook.Application Dim OutMail As Outlook.MailItem Set OutApp = CreateObject("Outlook.Application") Set OutMail = OutApp.CreateItem(olMailItem) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RunTime Error (Automation Error) | Excel Programming | |||
Automation error | Excel Programming | |||
Automation Error, Unknown Error. Error value - 440 | Excel Programming | |||
Automation error in win 98 | Excel Programming | |||
Unknown where is the problem on the Runtime error - Automation error | Excel Programming |