C# Excel COM Add-in
-
Hi! I created an excel C# COM Add-in with Visual Studio (Other Projets\Extensibility Projets\Shared Add-in). So, I would like to know how to add programmatically my add-in to COM Add-Ins dialog box (Tools\Add-In) of excel. I thought that the automatic registration, after building my add-in, adds it automatically to COM Add-ins dialog box but it doesn't seem.
-
Hi! I created an excel C# COM Add-in with Visual Studio (Other Projets\Extensibility Projets\Shared Add-in). So, I would like to know how to add programmatically my add-in to COM Add-Ins dialog box (Tools\Add-In) of excel. I thought that the automatic registration, after building my add-in, adds it automatically to COM Add-ins dialog box but it doesn't seem.
Apart from your normal registration, the Addin also has to register itself with the respective office application (in your case Excel). Check the below article on msdn, HOW TO: Build an Office COM Add-in by Using Visual C# .NET[^] Cheers, Kannan