snoopy80
Technical User
- Jun 27, 2001
- 106
Hello,
I have a send button in a form when clicked it put some text information on an Outlook email so I can email it. My question is is there a way I can underline or bold part of text body? Here is the body of my email:
strBody = strBody & "UserName: " & Me!UserName & vbCrLf & vbCrLf
strBody = strBody & "Insurance: " & Me!InsuranceName & vbCrLf & vbCrLf
strBody = strBody & "Department: " & Me!Department & vbCrLf & vbCrLf & vbCrLf
strBody = strBody & "Comments: "
For Example, I want to Underline or Bold UserName, Insurance, Department, and Comments.
Appreciate any help. Thanks.
I have a send button in a form when clicked it put some text information on an Outlook email so I can email it. My question is is there a way I can underline or bold part of text body? Here is the body of my email:
strBody = strBody & "UserName: " & Me!UserName & vbCrLf & vbCrLf
strBody = strBody & "Insurance: " & Me!InsuranceName & vbCrLf & vbCrLf
strBody = strBody & "Department: " & Me!Department & vbCrLf & vbCrLf & vbCrLf
strBody = strBody & "Comments: "
For Example, I want to Underline or Bold UserName, Insurance, Department, and Comments.
Appreciate any help. Thanks.