Coloring appointments

  • Thread starter Thread starter c mateland
  • Start date Start date
C

c mateland

Can anyone share a macro or method that changes the color (lable color)
of multiple appointments in the calander? I want to select more than
one appointment in the calander and change the color to one of the
label colors instead of doing them one by one. Outlook won't allow a
color change when I have more than one appointment selected.

I already know about automatic coloring and use for some criteria, but
not for this task. I want to be able to choose the appointments and
directly color them at the same time.

Thanks.
-Chuck
 
Iterate the items in Application.ActiveExplorer.Selection and use the technique shown at http://www.outlookcode.com/codedetail.aspx?id=139 on each one.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top