View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] sameerbhise.pspl@gmail.com is offline
external usenet poster
 
Posts: 1
Default Writing Excel Macros in VB.NET/C#

Hi guyz,

I have created an Excel 2003 AddIn in C#/.NET using the "Extensibility
Projects" template in Visual Studio .NET 2003.It is working fine.

Is there a way that I can write macros for Excel 2003 in VB.NET or C#
and add them to my AddIn project?

This needs to be done because I don't find a way to add controls such
as Buttons, Radio Buttons on any of the worksheets through C# AddIn
project.