I would like to programatically (VBA) change the colors of meetings in the Calendar view to identify meetings which I have created thru VBA. Right now, I have them colored by assigning them a category. I have been looking at Conditional Formating,
but have not done this through VBA yet. What is the best way to change the colors of specific meetings?
If using conditional formatting, all the examples I saw always start with 1)Check if in Calendar view, and if so, 2) get the view object, then 3) apply the conditional formatting. Can I do it if the Calender view is not the current view?
What is the best way to change the colors of meetings?