ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Problems with SendMail ? (https://www.excelbanter.com/excel-programming/280440-problems-sendmail.html)

Jacob

Problems with SendMail ?
 
When I have multiple recipients I cannot get SendMail to
work. I have a feeling this might be an issue with
exchange server, but that's just a guess. Here is the
code, I'm getting run time error 1004 when the first
condition of the IF statement is executed, the second
condition works fine. (sorry if this wordwraps)

<vb code

If shtMain.Range(RG_PROJ).Value = 500 Then
' This is a Savannah project, send to Kevin & Paula
ThisWorkbook.SendMail Array("Kevin Coll", "Paula
Kessinger"), "Requisition " & FILE_PREFIX & Format
(shtMain.Range(RG_REL), "00000"), True
Else
' This is a Lathrop project, Kevin only
ThisWorkbook.SendMail Array("Kevin
Coll"), "Requisition " & FILE_PREFIX & Format(shtMain.Range
(RG_REL), "00000"), True
End If

</vb code

I have tried also creating a string array variable and
using that, and also tried adding ";" after the first name
(such as with Outlook with multiple recipients).

Any help is appreciated!


All times are GMT +1. The time now is 12:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com