Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there a way to create e-mail messages in Outlook via Excel VBA with formatted (i.e. bold, colored) text. I am currently passing in the string "MailBody" to Outlook using the following code. This code inserts an unformatted text string? Dim OklApp As New Outlook.Application Dim OutLk As Outlook.MailItem Set OutLk = OklApp.CreateItem(olMailItem) OutLk.Body = MailBody Is there any way I can insert formatted text? Thanks, Bill W. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
auto creating an idex sheet when adding formatted sheets | Excel Discussion (Misc queries) | |||
Creating an Outlook Task Item | Excel Discussion (Misc queries) | |||
How can i get formatted data from outlook to excel? | Excel Worksheet Functions | |||
Creating spreadsheet of Outlook emails | Excel Discussion (Misc queries) | |||
Creating properly formatted text file from vbscript using excel data | Excel Programming |