The Code Cage - Microsoft Office help Free Microsoft Office Help for all Applications!  

To stop seeing these ads and get other benefits check This page!

Go Back   The Code Cage Forums > Newsgroups - Microsoft Topics > Newsgroup - Excel Forum > Excel VBA Programming
  Microsoft Office Chat Online now!


Excel VBA Programming Post questions in this forum if they are related to using Microsoft Excel VBA Programming, Macro's etc.

Hey there!

It looks like you're enjoying but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more. Register now!

Already a member? Login at the top of this page to stop seeing this message.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 17th September 2009, 08:36 PM
Charles
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Outlook Body Text to Bold

------ Register to get rid of these "In Post" ads! ------


HI,
I modified Ron De Bruin code for "SmallMessage" in a project I'm
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-vba-programming/135905-outlook-body-text-bold.html#post493155
working on.
Is there a way to have the message text displayed as bold when the
message is sent?

Reply to this post


Did you find this post helpful? Yes | No

The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #2 (permalink)  
Old 17th September 2009, 08:42 PM
Ron de Bruin
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: Outlook Body Text to Bold

------ Register to get rid of these "In Post" ads! ------


Hi Charles

Formatted text (HTML)

If you want to create emails that are formatted you can use HTMLBody (Office 2000 and up) instead of Body.
You can find a lot of WebPages on the internet with HTML tags examples.

strbody = "<H3><B>Dear 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>" & _
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-vba-programming/135905-outlook-body-text-bold.html#post493163
"<br><br><B>Thank you</B>"

Use .HTMLBody = strbody then instead of .Body = strbody

If you want to send a range or worksheet as HTML see this two examples.

Range/Selection
http://www.rondebruin.nl/mail/folder3/mail4.htm

Whole worksheet
http://www.rondebruin.nl/mail/folder3/mail2.htm



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm




"Charles" <harm.charles@gmail.com> wrote in message news:5223cd59-4cd5-47be-ad3b-87460777137d@g6g2000vbr.googlegroups.com...
> HI,
> I modified Ron De Bruin code for "SmallMessage" in a project I'm
> working on.
> Is there a way to have the message text displayed as bold when the
> message is sent?
>

Reply to this post


Did you find this post helpful? Yes | No
  #3 (permalink)  
Old 17th September 2009, 09:02 PM
Charles
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: Outlook Body Text to Bold

------ Register to get rid of these "In Post" ads! ------


On Sep 17, 2:40*pm, "Ron de Bruin" <rondebr...@kabelfoon.nl> wrote:
> Hi Charles
>
> Formatted text (HTML)
>
> If you want to create emails that are formatted you can use HTMLBody (Office 2000 and up) instead of Body.
> You can find a lot of WebPages on the internet with HTML tags examples.
>
> *strbody = "<H3><B>Dear Customer</B></H3>" & _
> * * * * * * * "Please visit this website to download the new version.<br>" & _
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-vba-programming/135905-outlook-body-text-bold.html#post493193
> * * * * * * * "Let me know if you have problems.<br>" & _
> * * * * * * * "<A HREF=""http://www.rondebruin.nl/"">Ron's Excel Page</A>" & _
> * * * * * * * "<br><br><B>Thank you</B>"
>
> Use .HTMLBody = strbody then instead of .Body = strbody
>
> If you want to send a range or worksheet as HTML see this two examples.
>
> Range/Selectionhttp://www.rondebruin.nl/mail/folder3/mail4.htm
>
> Whole worksheethttp://www.rondebruin.nl/mail/folder3/mail2.htm
>
> --
>
> Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm
>
> "Charles" <harm.char...@gmail.com> wrote in messagenews:5223cd59-4cd5-47be-ad3b-87460777137d@g6g2000vbr.googlegroups.com...
> > HI,
> > I modified *Ron De Bruin code for "SmallMessage" in a project I'm
> > working on.
> > Is there a way to have the message text displayed as bold when the
> > message is sent?


Thanks Ron for your replay and thanks for you site. It was a great
help to me.
Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
Reply

Bookmarks

Tags
body, bold, outlook, text


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

Forum Jump

The Code Cage Affilliates


To stop seeing these ads and get other benefits check This page!



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


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2
No part of this board may be copied or reproduced either in part or full without the express permission of The Code Cage Team.
We are not associated with nor employed by Microsoft in any way, we simply provide resources!
All MS office icons are registered trademarks of the application the represent