Outlook signature is added in a message created in Excel

Описание к видео Outlook signature is added in a message created in Excel

Add a signature to an outlook message created in Excel
include Outlook signature in a message created in Excel. insert outlook signature.

Code
Sub sendsignit()

Dim OApp As Object, emailMail As Object, signature As String
Dim eddress As String
Dim subj As String
Dim message As String

Set OApp = CreateObject("Outlook.Application")
Set emailMail = OApp.CreateItem(0)
edress = Sheet1.Cells(2, 1)
subj = Sheet1.Cells(2, 2)

With emailMail
.display
End With
signature = emailMail.body
With emailMail
.To = edress
.Subject = subj
'.Attachments.Add
.body = "This is were you add your message" & vbNewLine & signature
.display
'.Send
End With
Set emailMail = Nothing
Set OApp = Nothing
End Sub

For more help visit my website http://www.easyexcelanswers.com or email me at [email protected].

Contact me regarding customizing this template for your needs.

Excel one-on-one on-line training available. Email me to arrange.

I am able to provide online help on your computer at a reasonable rate.

Check out my next one-hour Excel Webinar
https://www.crowdcast.io/easyexcelans...

I use a Blue condensor Microphone to record my videos, here is the link
https://amzn.to/37gyyGa

Check out Crowdcast for creating your webinars
https://app.linkmink.com/a/crowdcast/83

If you need to buy Office 2019 follow
https://amzn.to/2VX5dv8

I use Tube Buddy to help promote my videos
Check them out
https://www.Tubebuddy.com/easyexcelan...

Follow me on Facebook
  / easyexcel.answers  


Follow me on twitter
easyexcelanswers

IG @barbhendersonconsulting

You can help and generate a translation to you own language
http://www.youtube.com/timedtext_cs_p...

*this description may contain affiliate links. When you click them, I may receive a small commission at no extra cost to you. I only recommend products and services that I've used or have experience with.

Комментарии

Информация по комментариям в разработке