Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Then you can also use some formatting tags such as bold and font.
-- HTH Bob Phillips "Norie" wrote in message ... Chris It isn't difficult to use HTMLBody. Code: -------------------- Dim myOlapp As New Outlook.Application Dim myOLItem As Outlook.MailItem Dim myVar As Integer Set myOLItem = myOlapp.CreateItem(olMailItem) myVar = 12 With myOLItem .Subject = "Some Subject" .HTMLBody = "<pYour score was <b" & myVar & "</b</p" .HTMLBody = .HTMLBody & "<pNext line</p" .To = " .Display End With -------------------- -- Norie ------------------------------------------------------------------------ Norie's Profile: http://www.excelforum.com/member.php...o&userid=19362 View this thread: http://www.excelforum.com/showthread...hreadid=378405 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Coma between two e-mails | Excel Discussion (Misc queries) | |||
Finding e-mails | Excel Worksheet Functions | |||
Opening e-mails | Excel Discussion (Misc queries) | |||
send e-mails | Excel Discussion (Misc queries) | |||
e-mails addresses | Excel Worksheet Functions |