PDA

View Full Version : How to write my own Add-In in Excel



Rabi
11-23-2006, 01:52 AM
Hello every body

Can I get help on how can I write my own Add-In in Excel. I do programming in VB.NET and therefore, I need a bit professional tips.

Regards,

Rabi

Prasad_Joshi
11-23-2006, 02:41 AM
Open Excel VBE. Write your code in Module or generate a userform according to your requirement. Set the Thisworkbook's Isaddin property to True. Save the workbook in xlstart folder.

Prasad

Bob Phillips
11-23-2006, 03:57 AM
http://support.microsoft.com/default.aspx?kbid=211563
How to create an add-in file in Excel 2000


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modc... (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modcore/html/deovrbuildingapplicationspecificaddins.asp)
Building Application Specific Add-Ins


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modc... (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modcore/html/deovrexceladdins.asp)
Excel Add-Ins



http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modc... (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modcore/html/deovraddinstemplateswizardslibraries.asp)
Add-ins, Templates, Wizards, and Libraries