A
al007
Sub SendActiveWorkbook()
ActiveWorkbook.SendMail _
Recipients:="(e-mail address removed)", _
Subject:="Test" & Format(Date, "dd/mmm/yy")
End Sub
How can I add a message body to the above mail??
ActiveWorkbook.SendMail _
Recipients:="(e-mail address removed)", _
Subject:="Test" & Format(Date, "dd/mmm/yy")
End Sub
How can I add a message body to the above mail??