P
papou
Hi all
I am using a routine in Excel to send a message to several contacts listed
in my worksheet.
Since I am having some difficulty in declaring the body of my message in
HTML in my code, I thought I could actually save an HTML message in my
drafts Folder in Outlook and then refer to this draft message when running
my routine in Excel.
But I cannot find how to refer to this specific document I want to send? (I
obviously cannot use the Mailitem?)
Could somebody please help me.
TIA
here's the beginning of my routine:
Dim AppOutlk As Outlook.Application
Dim OutlookAeteDemarre As Boolean
Dim MessageOutlk As Outlook.MailItem
Cordially
Pascal
I am using a routine in Excel to send a message to several contacts listed
in my worksheet.
Since I am having some difficulty in declaring the body of my message in
HTML in my code, I thought I could actually save an HTML message in my
drafts Folder in Outlook and then refer to this draft message when running
my routine in Excel.
But I cannot find how to refer to this specific document I want to send? (I
obviously cannot use the Mailitem?)
Could somebody please help me.
TIA
here's the beginning of my routine:
Dim AppOutlk As Outlook.Application
Dim OutlookAeteDemarre As Boolean
Dim MessageOutlk As Outlook.MailItem
Cordially
Pascal