How to create VB code for "Bold" and "Blue"

L

learning_codes

Hi,

I am trying to send a message via Group Wise and want to have a bold and blue subject line. Your help would be much apreciated.


strCBO_Subject = Me.CBO_SUBJECT.Value


'Groupwise Email
.Subject = strCBO_Subject


Thanks
 
Top