A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Changing font color in a reply



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 14th 07, 02:00 PM posted to microsoft.public.outlook.program_vba
Twotone
external usenet poster
 
Posts: 7
Default Changing font color in a reply

In my company, we often replytoall and make our comments "in-line" - ie by
adding text next to the text of the original email. To make our comments
stand out, we laboriously highlight our comments and change the font color.
Several of us might do this, so we use several different colors. We are using
Windows XP and Outlook 2003 (not with Exchange, I should add).

I would like to add a new toolbar, which contains a number of buttons such
as "Reply-red", "Reply-Blue", "Reply-Green" and which appears when the user
opens an email. When the user clicks one of these buttons, a reply to the
email appears and any text typed in that reply comes out in the relevant
color.

Although I have written some pretty sophisticated macros in Word and Excel,
I find the outlook programming language very different and difficult. I don't
seem to be able to access the built-in dialog boxes, for example.

Can anyone help me?

Thanks
  #2  
Old August 14th 07, 07:28 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Changing font color in a reply

The only way to reliably do this is to use Word as your e-mail editor and use
the Word Object Model to control formatting of the message body.

Much of what you see in the Outlook UI is not exposed via the Object Model,
and some settings are stored in the registry or file system. However, all
data you work with is accessible with VBA.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Twotone" wrote:

In my company, we often replytoall and make our comments "in-line" - ie by
adding text next to the text of the original email. To make our comments
stand out, we laboriously highlight our comments and change the font color.
Several of us might do this, so we use several different colors. We are using
Windows XP and Outlook 2003 (not with Exchange, I should add).

I would like to add a new toolbar, which contains a number of buttons such
as "Reply-red", "Reply-Blue", "Reply-Green" and which appears when the user
opens an email. When the user clicks one of these buttons, a reply to the
email appears and any text typed in that reply comes out in the relevant
color.

Although I have written some pretty sophisticated macros in Word and Excel,
I find the outlook programming language very different and difficult. I don't
seem to be able to access the built-in dialog boxes, for example.

Can anyone help me?

Thanks

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to set font color or font size in OE 6.0 & IE7 to post swtanjul Outlook Express 3 February 14th 07 08:46 PM
Font color problem Tim Outlook Express 1 September 4th 06 01:48 AM
Font color Outlook Express 2 August 7th 06 08:11 PM
Font Color Help Please Marco Outlook - General Queries 1 February 5th 06 01:19 AM
Font color change Molly Outlook - Calandaring 2 January 27th 06 03:39 AM


All times are GMT +1. The time now is 08:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.