M
Mike Faulkner
Hello
App: Outlook 2003
OS: Windows XP
I would like to create some VBA which would insert a file into the Body of
the email.
Set NewEmail = CreateItem(olMailItem)
With NewEmail
.Subject = "Test 1"
.Body = "<Insert a file... 'c:\pelikan\newsletter\Email_01.htm'>"
.Save
End With
NewEmail.Display
The HTM file contains a graphic and Webite hyperlinks etc. Any assistance
would be greatly appreciated.
Kind Regards
Mike
App: Outlook 2003
OS: Windows XP
I would like to create some VBA which would insert a file into the Body of
the email.
Set NewEmail = CreateItem(olMailItem)
With NewEmail
.Subject = "Test 1"
.Body = "<Insert a file... 'c:\pelikan\newsletter\Email_01.htm'>"
.Save
End With
NewEmail.Display
The HTM file contains a graphic and Webite hyperlinks etc. Any assistance
would be greatly appreciated.
Kind Regards
Mike