View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
scott scott is offline
external usenet poster
 
Posts: 577
Default c# recieving button event

Hi all,

I have a C# app that launches and populates an excel spreadsheet.

The user will then edit the spreadsheet and press a button to enable the app
to do some stuff with the changes.

I'm looking for a way to place a button on the spreadsheet (can do) and pass
back/handle the button press event in my C# code. Any clues? I'm developing
using visual studio 2003 so unfortunately can't use the office tools for
visual studio.

Thanks in advance.