![]() |
| 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. |
|
|||||||
| Tags: body, changing, font, outlook, task, vba |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Outlook lets you manipulate the body of outlook tasks: bold, font size, etc.,
but the TaskItem VBA object doesn't seem to have the right properties (like a mail item) to allow you to maniplate the text's styling programmatically. Is there a way to do it? |
| Ads |
|
#2
|
|||
|
|||
|
Yes, but not built into Outlook, because it's RTF. See http://www.outlookcode.com/d/formatmsg.htm for the CDO and Redemption SafeInspector techniques.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Gary F" Gary wrote in message ... Outlook lets you manipulate the body of outlook tasks: bold, font size, etc., but the TaskItem VBA object doesn't seem to have the right properties (like a mail item) to allow you to maniplate the text's styling programmatically. Is there a way to do it? |
|
#3
|
|||
|
|||
|
thanks!
"Sue Mosher [MVP-Outlook]" wrote: Yes, but not btuilt into Outlook, because it's RTF. See http://www.outlookcode.com/d/formatmsg.htm for the CDO and Redemption SafeInspector techniques. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Gary F" Gary wrote in message ... Outlook lets you manipulate the body of outlook tasks: bold, font size, etc., but the TaskItem VBA object doesn't seem to have the right properties (like a mail item) to allow you to maniplate the text's styling programmatically. Is there a way to do it? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing the default font size for outlook 2007 | The_ONE | Outlook - Installation | 4 | November 22nd 06 12:12 AM |
| Email font size in body changes randomly after the message is sent | bierlyt@gmail.com | Outlook - General Queries | 0 | May 31st 06 11:52 PM |
| vba code that insert a hyperlink file in the body of message | gabriel | Outlook and VBA | 3 | April 24th 06 02:51 PM |
| Using VBA to edit mail body without losing embedded pictures? | stuartjbray@hotmail.com | Outlook and VBA | 2 | March 20th 06 08:38 PM |
| vba to change font of notes | Charlie | Outlook and VBA | 3 | March 9th 06 07:51 AM |