Insert Senders Name into Message Body

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top