View Full Version : Bold Text


geno
08-29-2007, 09:08 AM
Hi,
Is there a way to bold text in vba. I'm using sendmail and in the emailsend.body part I need to bold "ATTENTION"
Thanks for any help.
Geno

Salient
09-02-2007, 04:51 PM
txtwhatever.fontbold <- not sure but sounds like it should work.

geno
09-03-2007, 08:00 AM
My problem is not formatting a text box control but trying to format text in the body of an email. Sendmail.body="Attention" is what I need to bold.
Thanks anyway...
Geno

Salient
09-03-2007, 04:51 PM
Sorry geno misinterpreted your question.