Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Formatting e-mail generated by Excel


I was wondering how I could format a text in an e-mail that was
generated by excel. Basically I would need to know what the command is
to go to line and how to bold and underline a word. If anybody knows
how to do this that would be of great help! Thanks again


--
JBCIB
------------------------------------------------------------------------
JBCIB's Profile: http://www.excelforum.com/member.php...o&userid=33794
View this thread: http://www.excelforum.com/showthread...hreadid=538873

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Formatting e-mail generated by Excel

I'd be interested in this as well. I did something similar a few weeks
ago. For a formatted a Word document then saved it in HTML format. In
the VBA code instead of using .Body and attaching a text file, I used
..HTMLBody and it worked great.

- John

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Formatting e-mail generated by Excel

See the body examples
http://www.rondebruin.nl/sendmail.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


"JBCIB" wrote in message
...

I was wondering how I could format a text in an e-mail that was
generated by excel. Basically I would need to know what the command is
to go to line and how to bold and underline a word. If anybody knows
how to do this that would be of great help! Thanks again


--
JBCIB
------------------------------------------------------------------------
JBCIB's Profile: http://www.excelforum.com/member.php...o&userid=33794
View this thread: http://www.excelforum.com/showthread...hreadid=538873



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Formatting e-mail generated by Excel


I might have missed but I cheked your link and the info I am looking wa
not there. I have a macro that generates the e-mail and numbe
formatting that i want. Iam now missing code defining how to bold an
underline 2 wrods in my e-mail. Thanks for the link though there wa
some good info there!:

--
JBCI
-----------------------------------------------------------------------
JBCIB's Profile: http://www.excelforum.com/member.php...fo&userid=3379
View this thread: http://www.excelforum.com/showthread.php?threadid=53887

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Formatting e-mail generated by Excel

If You create html in the macro then try

strbody = "<H3<BDear Customer</B</H3" & _
"Please visit this website to download the new version.<br" & _
"Let me know if you have problems.<br" & _
"<A HREF=""http://www.rondebruin.nl/""Ron's Excel Page</A" & _
"<br<br<BThank you</B"



--
Regards Ron de Bruin
http://www.rondebruin.nl


"JBCIB" wrote in message
...

I might have missed but I cheked your link and the info I am looking was
not there. I have a macro that generates the e-mail and number
formatting that i want. Iam now missing code defining how to bold and
underline 2 wrods in my e-mail. Thanks for the link though there was
some good info there!:)


--
JBCIB
------------------------------------------------------------------------
JBCIB's Profile: http://www.excelforum.com/member.php...o&userid=33794
View this thread: http://www.excelforum.com/showthread...hreadid=538873





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
Using formula-generated figures in excel in mail-merging [email protected] Excel Worksheet Functions 1 September 10th 09 09:15 PM
Excel 2007 not retaining formatting in mail merge operation Susan Excel Discussion (Misc queries) 3 November 4th 07 06:17 AM
Paste Special Formats Generated by Conditional Formatting ExcelMonkey Excel Discussion (Misc queries) 6 May 22nd 06 07:10 PM
How do you keep Excel currency formatting during a mail merge? pejackso Excel Discussion (Misc queries) 1 August 11th 05 08:21 PM


All times are GMT +1. The time now is 03:14 AM.

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

About Us

"It's about Microsoft Excel"