Link to home
Start Free TrialLog in
Avatar of uconnfb13
uconnfb13

asked on

underlining text in an email using VBS.

Experts,
I create an email using vbs, an access db and the outlook client.  I have an automated text email, and I just build a long string and have returns and tabs etc, using Chr(13),chr(10), chr(9), etc.  However, is there something I can do to underline text.  Right now I just do a bunch of ---------, but that looks really bad.  Is there a way to underline text in my string without using --------?  Any help is much appreciated.

Thanks,
Mike
ASKER CERTIFIED SOLUTION
Avatar of MNelson831
MNelson831
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of rockiroads
rockiroads
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial