C
Craig
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 ,
"(e-mail address removed)") 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 (e-mail address removed), any ideas?
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 ,
"(e-mail address removed)") 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 (e-mail address removed), any ideas?