greaseman
Closer to seniority!
- Local time
- Yesterday, 21:25
- Joined
- Jan 6, 2003
- Messages
- 360
I've got a program with a lot of vba code, that when errors occur, generates and sends an e-mail informing the recipient of the error(s). Programmatically, everything works great. My "plight" is this: The user wishes to have the e-mail subject line bold-faced.
Generically, the code is:
Dim SubjErrMsg as string
SubjErrMsg = "There are errors present........."
followed by code that sets up the e-mail address, SubjErrMsg and message, and more code that then does the SendObj commands.
Does anyone know of how, codewise, I can boldface the subject line for sending?
Thank you....thank you...thank you!!!!
Generically, the code is:
Dim SubjErrMsg as string
SubjErrMsg = "There are errors present........."
followed by code that sets up the e-mail address, SubjErrMsg and message, and more code that then does the SendObj commands.
Does anyone know of how, codewise, I can boldface the subject line for sending?
Thank you....thank you...thank you!!!!