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

Am Wed, 8 Mar 2006 07:02:32 -0800 schrieb Charlie:

no.

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


I previously ran some code that went through all my contacts and deleted

any
information that was in the "Title" field. ...Would there not be a similar
way to change the note font?
Thanks,
ck

"Michael Bauer" wrote:

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