Good morning all,

I have a VBA code dat generate an outlook email, what i need to do is to show only the labels Font.Bold
Example:
Msg = Msg & Me.Label1.Caption & " : " & Me.ComboBox1.Value & vbCrLf
(Label1 name is "Assigned to")

Thank you guys for the help.
Cheers
Gabriel