Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is working for me with the address in A1
Dim myRecipient As String myRecipient = Sheets("Sheet1").Range("A1").Value ActiveWorkbook.SendMail Recipients:=Array(myRecipient, "), Subject:=("Assignments for ") -- Regards Ron de Bruin http://www.rondebruin.nl "Craig" wrote in message oups.com... I'm trying to use the SendMail command to send a workbook to two people, one manager, and one employee, the employee is variable, but the manager is constant, here's what i have right now ActiveWorkbook.SendMail Recipients:=Array(myRecipient , ") Subject:=("Assignments for " & myJob) that current line is looking for an end of statement, so i'm sure i've formatted something wrong, but everything i try will send the email to myRecipient, but not , any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mutiple names in ActiveWorkbook.SendMail Recipients:= | Excel Discussion (Misc queries) | |||
Multiple SendMail Recipients | Excel Programming | |||
Error with Multiple Recipients on .SendMail | Excel Programming | |||
Multiple Recipients in SendMail Method. HELP!!! | Excel Programming | |||
Use a variable with Sendmail ? | Excel Programming |