Load an Excel Add-In
What would be the C# coding to load an Exel add-in?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Feb 12, 2013, 9:39 AM
richard smithPosted Feb 12, 2013, 9:53 AM
richard smithPosted Feb 12, 2013, 8:52 AM
VulpesPosted Feb 12, 2013, 8:26 AM
http://stackoverflow.com/questions/1154558/how-to-load-an-excel-addin-using-interop
As you can see, there seems to be a problem if the add-in is already installed - you have to uninstall it, reinstall it and then load it. However, the OP may have found a possible solution to this as long as a workbook is already open.