- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Send Copy of sheet to the email address indicated on the sheet
Save excel as Pdf and send as an email attachment
Send sheet to the email address indicated on the sheet
Save as a pdf and add as an attachment to email
Sub sendinvoicebyemail()
Dim edress As String
Dim subj As String
Dim message As String
Dim filename As String
Dim outlookapp As Object
Dim outlookmailitem As Object
Dim myAttachments As Object
Dim path As String
Dim attachment As String
Set outlookapp = CreateObject("Outlook.Application")
Set outlookmailitem = outlookapp.createitem(0)
Set myAttachments = outlookmailitem.Attachments
path = "C:\Users\Barb\Documents\statements\"
Application.DisplayAlerts = False
edress = Sheet1.Cells(8, 2)
filename = Sheet1.Cells(3, 5).Value & ".pdf"
subj = Sheet1.Cells(3, 5)
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, filename:= _
path + filename, _
Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
:=False, OpenAfterPublish:=False
attachment = path + filename
outlookmailitem.To = edress
outlookmailitem.cc = ""
outlookmailitem.bcc = ""
outlookmailitem.Subject = subj
outlookmailitem.body = "Please find your invoice attached" & vbCrLf & "Best Regards"
myAttachments.Add (attachment)
outlookmailitem.display
outlookmailitem.send
Application.DisplayAlerts = True
Set outlookapp = Nothing
Set outlookmailitem = Nothing
End Sub
For more help visit my website http://www.easyexcelanswers.com or email me at easyexcelanswers@gmail.com
I am able to provide online help on your computer for a reasonable rate.
MY videos are all created on Camtasia.
http://send.onenetworkdirect.net/z/582993/CD237560/
Follow me on Facebook
https://www.facebook.com/easyexcel.answers
Видео Send Copy of sheet to the email address indicated on the sheet канала Barb Henderson
Send sheet to the email address indicated on the sheet
Save as a pdf and add as an attachment to email
Sub sendinvoicebyemail()
Dim edress As String
Dim subj As String
Dim message As String
Dim filename As String
Dim outlookapp As Object
Dim outlookmailitem As Object
Dim myAttachments As Object
Dim path As String
Dim attachment As String
Set outlookapp = CreateObject("Outlook.Application")
Set outlookmailitem = outlookapp.createitem(0)
Set myAttachments = outlookmailitem.Attachments
path = "C:\Users\Barb\Documents\statements\"
Application.DisplayAlerts = False
edress = Sheet1.Cells(8, 2)
filename = Sheet1.Cells(3, 5).Value & ".pdf"
subj = Sheet1.Cells(3, 5)
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, filename:= _
path + filename, _
Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
:=False, OpenAfterPublish:=False
attachment = path + filename
outlookmailitem.To = edress
outlookmailitem.cc = ""
outlookmailitem.bcc = ""
outlookmailitem.Subject = subj
outlookmailitem.body = "Please find your invoice attached" & vbCrLf & "Best Regards"
myAttachments.Add (attachment)
outlookmailitem.display
outlookmailitem.send
Application.DisplayAlerts = True
Set outlookapp = Nothing
Set outlookmailitem = Nothing
End Sub
For more help visit my website http://www.easyexcelanswers.com or email me at easyexcelanswers@gmail.com
I am able to provide online help on your computer for a reasonable rate.
MY videos are all created on Camtasia.
http://send.onenetworkdirect.net/z/582993/CD237560/
Follow me on Facebook
https://www.facebook.com/easyexcel.answers
Видео Send Copy of sheet to the email address indicated on the sheet канала Barb Henderson
Save excel as Pdf and send as a email attachment Send sheet to the email address indicated on the sheet Save as a pdf and add as an attachment to email excel pdf email attachment send microsoft excel guide education send email from excel how to microsoft excel (software) save files save in excel excel vba
Комментарии отсутствуют
Информация о видео
28 ноября 2017 г. 4:08:54
00:04:47
Другие видео канала





















