We have written a C# Excel add-in using Visual Studio Tools for Office (VSTO). For whatever reason, users who have installed the SAP IBP Excel add-in now have our add-in disabled every time Excel starts. They can go in and re-enable it (File->Options->Add Ins->COM, etc), but they have to do that every time Excel starts.
Does anyone know of a way to have Excel, on start-up, check if our add-in is loaded, and if not, have it enable it?
I would even be open to putting code into the personal spreadsheet (if that concept still exists) that does it if it's possible.