An Excel COM ADDIN was recently installed in all the computers at my workplace. So whenever someone tries to save a workbook, a pop-up is displayed and the users will have to select the classification of the workbook as SensitiveInfo or NonSensitive from the dropdown and then save.
Since we use lots of VBA macros, this COM ADDIN is creating a problem. So is there any way where AddIN can be automated to automatically select a classfication from the dropdown.
Any help is appreciated.