I have a macro in place which sends out emails from Lotus notes.
I want to change the font of the body from times new Roman to "Arial".Can you please guide me as to how to do that.
The following is the piece of code.
With NRTStyle
.NotesFont = FONT_ROMAN
.FontSize = 12
.NotesColor = COLOR_RED
.Bold = True
End With
Replacing FONT_ROMAN with FONT_ARIAL gives me an error.
Thanks for reading this.
I want to change the font of the body from times new Roman to "Arial".Can you please guide me as to how to do that.
The following is the piece of code.
With NRTStyle
.NotesFont = FONT_ROMAN
.FontSize = 12
.NotesColor = COLOR_RED
.Bold = True
End With
Replacing FONT_ROMAN with FONT_ARIAL gives me an error.
Thanks for reading this.