Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Donnie
Look at this example http://www.rondebruin.nl/mail/folder3/message.htm Read the info below the macro also -- Regards Ron de Bruin http://www.rondebruin.nl "Donnie Stone" wrote in message ... Mail a row to each person in a range (HTML) Index (with the Outlook object model) Ron de Bruin ( Last update 24 July 2004 ) Is it possible to use: .Body = Nsh 'with a specified range of "B2:P2"? Instead of: .HTMLBody = RangetoHTML2 Looking for a way to send the message in text, versus html. Thanks, Donnie Set OutMail = OutApp.CreateItem(olMailItem) With OutMail .To = cell.Value .Subject = "Grades Aug" .HTMLBody = RangetoHTML2 .Send 'Or use Display End With Set OutMail = Nothing Nsh.Cells.Clear End If Next cell cleanup: Application.DisplayAlerts = False Nsh.Delete Application.DisplayAlerts = True Set OutApp = Nothing Application.ScreenUpdating = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert html promotions into e-mail program | Excel Discussion (Misc queries) | |||
How do I e-mail one Excel sheet to arrive NOT in HTML | Excel Discussion (Misc queries) | |||
Mail a different files to each person in a range | Excel Worksheet Functions | |||
Can't get the Person Name (Outlook e-mail recipients) smart tag wo | Setting up and Configuration of Excel | |||
Mail Worksheet as (html) message body | Excel Programming |