Text Formatting Codes

W

Wally Manning

I see many code examples with carriage returns (&VbCrLf)
in messages, but I have not seen any other formatting
codes. I would like to bold (bolden? embolden? boldify?)
some words and italicize others. Are there similar &Vb or
other codes to allow me to do this?
 
K

Ken Slovak - [MVP - Outlook]

You can add format codes for HTML or RTF messages, using the standard
formats for those types of messages. Other than that VB only has control
characters such as backspace or tabs.
 
Top