Dear all,
I have the following problem. We have a vba prcocedure that automatically send an e-mail.
I need to insert into the body of this e-mail a text that that has a red font.
Please assist me in how to insert this.
I belive i shoul use the font.color = vbRed property, but i don't know how to insert it into the procedure.
the text is something like this:
"hellor ppl" & _
"please to the following" & _
font.color = vbRed "bla bla"
how do i color that text?
Thank's for the help.
I have the following problem. We have a vba prcocedure that automatically send an e-mail.
I need to insert into the body of this e-mail a text that that has a red font.
Please assist me in how to insert this.
I belive i shoul use the font.color = vbRed property, but i don't know how to insert it into the procedure.
the text is something like this:
"hellor ppl" & _
"please to the following" & _
font.color = vbRed "bla bla"
how do i color that text?
Thank's for the help.
Comment