Hi,
I'm adding a macro to send an email from Excel, however, I'm getting an error while I try to add .From = "email account", I have 2 different accounts set up in outlook. I'm able to run the macro whit out the field "send from".
Private Sub Email_Click()
Range("A2:G65").Copy
'Selection.Copy...