I have the code below but I need to add another email recipient but do not now how? – How do I add Damon@Test.com as a CC
Also – What would I need to put in the code so I can have “Please see the attached updated Maintenance Schedule” in the body of the email?
![]()
With Destwb .SaveAs TempFilePath & TempFileName & FileExtStr, _ FileFormat:=FileFormatNum On Error Resume Next .SendMail "Paul.Adams@Test.com", _ "Maintenance Schedule" On Error GoTo 0 Close SaveChanges:=False End With
Bookmarks