I'm trying to get a program to take text input from a form and put it into an Outlook email. Part of the text in the email needs to be in bullets and I'm at a loss on how to do this.

Currently, I'm storing the text that will make up the body of the email in a string variable, so I thought the easiest way to include some bulleted lines would be to precede the particular line with the "Chr(??)" code for whatever number stood for a bullet. I tried looking up the character code for a bullet though and it doesn't seem to exist.

Does anyone have any suggestions?

Thanks!!