Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 557
Default Paragrph in Email Body

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 557
Default Paragrph in Email Body

On Feb 18, 1:13*pm, wrote:
On 18 Feb, 13:16, K wrote:

.Body = Me.TextBox1.Value


Try:

*.Body = Me.TextBox1.Text

__
Bye!

Scossa


Thanks it worked
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Paragrph in Email Body

In article <4e8c1054-0b25-4212-af18-b47db1ff43b2
@v13g2000yqm.googlegroups.com,
says...

Thanks it worked


:-)

Tnks for feedback.

--
Bye!

Scossa
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink in body of VBA email Chadersmith Excel Discussion (Misc queries) 1 September 17th 09 07:46 PM
Hyperlink in Email Body Darrell Lankford Excel Programming 6 January 28th 09 07:05 PM
how do you email a portion of a worksheet (range) as an insert into the body of an email? Bruce[_2_] Excel Programming 3 May 31st 07 10:37 PM
Email Workseet as Body of email [email protected] Excel Programming 11 December 22nd 05 09:43 PM
body of email disappears when I send an email from Excel ~A Excel Discussion (Misc queries) 0 February 25th 05 10:55 PM


All times are GMT +1. The time now is 04:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"