Posted to microsoft.public.excel.programming
|
|
Email from Excel Function
Hi Crazyhorse
See
http://www.rondebruin.nl/mail/folder3/signature.htm
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"Crazyhorse" wrote in message ...
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
|