View Single Post
  #2  
Old March 8th 06, 06:22 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default vba to change font of notes

Am Tue, 7 Mar 2006 18:21:27 -0800 schrieb Charlie:

If no one has a ready-to-use solution for you: You cannot change the font
via the Outlook Object Model.

A way would be to use CDO 1.21 and requires a knowledge of the RTF format.

The best alternative is to use the Redemption library (www.dimastr.com). Its
SafeInspector object allows you a direct access to the fonts.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Is there some code I could use that would loop through all my contacts and
change the font type and size of the note field? Right now, they all have
different sizes and types, and it makes it hard reading.
thanks,
ck

Ads