hello,
i'm using the VBA code to send several emails with a template message.
the template is defined in VBA
i would like to bold some of the text in the template message.
i would like to have the Original and Kopien bolded in the email sent.
i'm using the VBA code to send several emails with a template message.
the template is defined in VBA
i would like to bold some of the text in the template message.
Code:
.HTMLBody = "Sehr geehrte Damen und Herren, " & "<br><br>" & _
"können Sie mir bitte mitteilen welche Belege zu den folgenden " & _
"Original nur per Post" & "<br>" & _
"Kopien per Post oder an unser Fax +49-711-90676-404" "<BR>"
i would like to have the Original and Kopien bolded in the email sent.