Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try replacing the ".send" line with ".display" and check if the
displayed mail is ok. HTH Daniel I use the following code to send e-mail. It is work for most of my colleague. But some of my colleague got problem in €œ.send €œ Please help...Thanks a lot. Set OutApp = CreateObject("Outlook.Application") OutApp.Session.Logon Set OutMail = OutApp.CreateItem(0) With OutMail .To = EmailAddr .Cc = CcAddr .Subject = esubject .Body = ebody .Attachments.Add (folder & SPfilename) .Send ' <-- Problem in here!!! End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error when sending mail with CDO | Excel Discussion (Misc queries) | |||
e-mail - error message Run-time error 429 | Excel Programming | |||
Error: cannot load the mail service. Check your mail installation. | Excel Discussion (Misc queries) | |||
Error send mail with CDO | Excel Programming | |||
Mail merge error | Excel Programming |