Re: $$Excel-Macros$$ sending email in outlook with background image.

2012-11-18 Thread ashish koul
Sub sample_macro() Dim olApp As Outlook.Application Dim olMail As MailItem Dim imgnm As String imgnm = "C:UsersPublicPicturesSample Picturesdock.jpg" Set olApp = New Outlook.Application Set olMail = olApp.CreateItem(olMailItem) With olMail .To = "koul.ash...@gmail.com" .Subject = "hello" .Att

$$Excel-Macros$$ sending email in outlook with background image.

2012-11-18 Thread yogananda muthaiah
Hi, Is it possible sending embeded image ( body of the mail) in outlook ? -- Regards Yogananda Muthaiah Ph : 973 123 7267 -- Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Ple