E
Ed Richter
Was wondering is there any easy ways to format a CDO mail message? For instance, I'd like the responses shown in bold as the line below attempts to do:
MailBody = sMailBody & "First name was: " & " <B> " & old_F_name & " </B> First name now is: " & " " & new_F_name & " <B> " & " </B>" & vbNewLine & vbNewLine
But the <B> html delimiters instead just appear as literal code? Kind of thought that might happen.
Is there a way to put responses into a table in the message? Just trying to come up with a way to make responses stand out.
MailBody = sMailBody & "First name was: " & " <B> " & old_F_name & " </B> First name now is: " & " " & new_F_name & " <B> " & " </B>" & vbNewLine & vbNewLine
But the <B> html delimiters instead just appear as literal code? Kind of thought that might happen.
Is there a way to put responses into a table in the message? Just trying to come up with a way to make responses stand out.