Thread
:
Email from Excel Function
View Single Post
#
1
Posted to microsoft.public.excel.programming
Crazyhorse
external usenet poster
Posts: 18
Email from Excel Function
Set oOMail = oOApp.CreateItem(olMailItem)
With oOMail
.Display
.Body = eBody
.To = eTo
.CC = ecc
.Attachments.Add eAttach, olByValue, 1
.Subject = eSubject
.Send
End With
How do I add my signature?
Thanks
Reply With Quote
Crazyhorse
View Public Profile
Find all posts by Crazyhorse