View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
al007 al007 is offline
external usenet poster
 
Posts: 118
Default ActiveWorkbook.SendMail - Message body

Sub SendActiveWorkbook()
ActiveWorkbook.SendMail _
", _
Subject:="Test" & Format(Date, "dd/mmm/yy")
End Sub

How can I add a message body to the above mail??