Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel VBA macro to send email attachment from default email client | Excel Programming | |||
Excel Function for Checking Email Syntax | Excel Programming | |||
email from Excel using If function | Excel Worksheet Functions | |||
Email editor closes when forwarding Excel-embedded email | Setting up and Configuration of Excel | |||
Add mailto (email) as function to a button in excel | Excel Worksheet Functions |