Paragrph in Email Body

K

K

I have TextBox1 on my Sheet. I have changed few of its properties so
I can write paragraphs in it (see below the properties which I
changed)

EnterKeyBehavior = True
MultiLine = True
ScrollBars = fmSpecialEffectSunken

I got macro which send emails and in that macro I changed the line
..Body = Me.TextBox1.Value
But problem is that when email appears it show all the TextBox1 text
in one line in the email body instead of paragrph. I want text to
appear in email body exactly as it appear or put in TextBox1. Please
can any friend can help that what should I be doing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top