View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] scossa.vr@gmail.com is offline
external usenet poster
 
Posts: 2
Default Paragrph in Email Body

On 18 Feb, 13:16, K wrote:

.Body = Me.TextBox1.Value


Try:

.Body = Me.TextBox1.Text


__
Bye!

Scossa