dwlerwill
Technical User
- May 25, 2001
- 329
Hi
I'm using the following code
With objMailMessage
.To = sendTo
.Body = emlBody
.Subject = dave
'.Attachments.Add wkbook, olByValue
'.Display
.Send
End With
End Sub
How do you change the From address on email?
David Lerwill
"If at first you don't succeed go to the pub"
I'm using the following code
With objMailMessage
.To = sendTo
.Body = emlBody
.Subject = dave
'.Attachments.Add wkbook, olByValue
'.Display
.Send
End With
End Sub
How do you change the From address on email?
David Lerwill
"If at first you don't succeed go to the pub"