Victor Rosenberg
New Member
- Outlook version
- Outlook 2010 32 bit
- Email Account
- POP3
I see Categories in the appointment Gui.
I also see the following VBA methods, properties, and uses.
MyEvent.ShowCategoriesDialog
MyEvent.Categories (sting also set by =)
CategoryArray = Split(MyEvent.Categories, ",")
My problem is that the GUI Categories and the VBA categories are unrelated.
that is, if I set the GUI to have 1 category such as "Birthday."
MyEvent.Categories is blank.
If I then set MyEvent.Categories = "Anniversary"
MyEvent.Categories does show as "Anniversary."
But . . . the GUI still only shows Birthday"
(MyEvent.ShowCategoriesDialog relates to the VBA category, not the GUI one)
Can anyone explain this and hopefully tell me how to impact the actual category, as shown in my appointment and my calendar?
Thanks . . . Vic Rosenberg
I also see the following VBA methods, properties, and uses.
MyEvent.ShowCategoriesDialog
MyEvent.Categories (sting also set by =)
CategoryArray = Split(MyEvent.Categories, ",")
My problem is that the GUI Categories and the VBA categories are unrelated.
that is, if I set the GUI to have 1 category such as "Birthday."
MyEvent.Categories is blank.
If I then set MyEvent.Categories = "Anniversary"
MyEvent.Categories does show as "Anniversary."
But . . . the GUI still only shows Birthday"
(MyEvent.ShowCategoriesDialog relates to the VBA category, not the GUI one)
Can anyone explain this and hopefully tell me how to impact the actual category, as shown in my appointment and my calendar?
Thanks . . . Vic Rosenberg