Dear
how to register com add ins in office c#...i made a class library project to make com addins for office but i am not enable to use in office becoz my addins not register properly in excel and other office app etc.
any one help me plz
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.
Shreyansh JainPosted Apr 1, 2017, 3:22 PM
You will need to create a new Visual Studio project of type Excel 2010 Add-In (or Excel 2008 Add-In). The option for this can be found (in Visual Studio 2008) at:
New Project dialog -> Project types -> Visual C# -> OfficeThis Add-In will need to be installed on the target machine(s).
The Add-In will be able to hook into the Excel object model and therefore access any loaded spreadsheets etc.
The Add-In will also be able to add buttons to the Excel toolbar/ribbon.
Bikesh SrivastavaPosted Nov 29, 2016, 5:52 AM