How to load an Excel Addin using Interop
I have an AddIn which I want to invoke through Excel interop from a C# winforms application. I can't get the addin etc. to load unless I uninstall and resinstall it each time (this is apparantly something to do with Excel not loading addins when you use interop - btw, can't get their example to work in C#). Unfortunately this is slow and annoying to the user so I need to streamline it. I want to have one instance of Excel but load an already installed addin without forcing this install/reinstall problem. I've searched and searched but everything I find on google gives the solution to install