outlook - Send email from Excel -
I am opening an outline email from Axle using VBA. I would like to form the body, e.g. Is it possible to use a certain font and make some words bold?
To open an email here is my VBA:
SetApp = CreateObject ("Outlook.Application") Set OutApp.Session.Logon Set OutMail = OutApp Outlet With Creteitum (Ollmail Itam) = For StrasIntent. CC = "" .bcc = "". Subject = Stressback. Soba = strawberry
You will need to use it:
Outmail. Bodyformat = olFormatHTML outmail. HTMLBody = "& lt; b & gt; bold & lt; / b & gt; not bold"
Comments
Post a Comment