tags:

views:

43

answers:

1

Hi All, Does everyone know how to create custom button in the excel that display simple window form in csharp language? For example: A button called "Show" in the excel toolbar that show messagebox pop up.

+1  A: 

take a look at this for starters:

http://msdn.microsoft.com/en-us/library/aa289518(VS.71).aspx

guitarthrower
thank you for the link