Quang_Hải
Thành viên gạo cội
- Tham gia
- 21/2/09
- Bài viết
- 6,070
- Được thích
- 7,994
- Nghề nghiệp
- Làm đủ thứ
Mình mò mẫm hoài nhưng không cách nào attach được file theo mail
Dim OutApp As Object
Dim OutMail As Object
Dim cell As Range
Application.ScreenUpdating = False
Set OutApp = CreateObject("Outlook.Application")
OutApp.Session.Logon
Set OutMail = OutApp.CreateItem(0)
With OutMail
.To = [AA3].Value
.Cc = [AB3].Value
.Subject = [AA1]
.Body = "Dear , "
.Display
End With
Set OutMail = Nothing
On Error GoTo 0
Set OutApp = Nothing
Set Addresslist = Nothing
Dim OutApp As Object
Dim OutMail As Object
Dim cell As Range
Application.ScreenUpdating = False
Set OutApp = CreateObject("Outlook.Application")
OutApp.Session.Logon
Set OutMail = OutApp.CreateItem(0)
With OutMail
.To = [AA3].Value
.Cc = [AB3].Value
.Subject = [AA1]
.Body = "Dear , "
.Display
End With
Set OutMail = Nothing
On Error GoTo 0
Set OutApp = Nothing
Set Addresslist = Nothing