I need to set the 20(same) Categories in 100 users's Outlook. Users don't want to manually create. Solution would be, running the exe on their machines , this VB code should be executed and set the Categories.
From Outlook Tools/Macro->Visual Basic Editor, if we paste the atached code(VB code) , then do F5, that will set the categories.
This code is saved as VbaProject.OTM under
C:\WINNT\Profiles\%USERPROFILE%\Application Data\Microsoft\Outlook
If I copy this file to some other users's Outlook directory, still the user has to go to VB editor and execute. Users do not want go to this editor
I am not sure, how to ake this code as exe, so it can run in users outlook.
if you have any suggestions to make this code as exe that would be great.