user330737
user330737

Reputation: 31

Excel Automation

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.

Upvotes: 0

Views: 406

Answers (1)

guitarthrower
guitarthrower

Reputation: 5834

take a look at this for starters:

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

Upvotes: 1

Related Questions