J
jbjtc
I have a macro that sends an e-mail automatically.
Does anyone know of vba code to insert the senders name into the main
message body of the email being sent. Here is a snapshot of my code:
..To = "(e-mail address removed)"
.CC = ""
.BCC = ""
.Subject = "Req" & " " & Sourcewb.Name
.Body = "FYI"
' NEED SPACE HERE
' then "KIND REGARDS"
' then "SENDERS NAME HERE"
Any help would be much appreciated.
Thanks
Does anyone know of vba code to insert the senders name into the main
message body of the email being sent. Here is a snapshot of my code:
..To = "(e-mail address removed)"
.CC = ""
.BCC = ""
.Subject = "Req" & " " & Sourcewb.Name
.Body = "FYI"
' NEED SPACE HERE
' then "KIND REGARDS"
' then "SENDERS NAME HERE"
Any help would be much appreciated.
Thanks