Group,
I've created a macro that works very well except I'm unable to get the ".SentOnBehalfOf" to work. Here's the code:
Sub Mail_Selection_Range_Outlook_Body()
Dim rng As Range
Dim OutApp As Object
Dim OutMail As Object
Dim greeting As String
Dim Signature As String
Dim paragraph1 As...