Does anyone know how to add body text using the sendmail function.
The following is code i currently have:
Sub sendmyworkbook()
ActiveWorkbook.sendmail Recipients:="dispatch@taklogistics.com", Subject:="Driver Detention Warning"
End Sub
Also is it possible to send an email from excel without attaching the workbook? Any code for this would be helpful.
The following is code i currently have:
Sub sendmyworkbook()
ActiveWorkbook.sendmail Recipients:="dispatch@taklogistics.com", Subject:="Driver Detention Warning"
End Sub
Also is it possible to send an email from excel without attaching the workbook? Any code for this would be helpful.