Creating a VSTO 2005 SE Add-In

dear all
After creating the excel add-in using VSTO 2005.
i have installed Add-in setup on client machine.
How can i invoke function from excel sheet on click event of the cell on client machine.


Answer this question

Creating a VSTO 2005 SE Add-In

  • kawing0510

    Since we have not had a response from Bri for a long time, I will close this thread.

  • Leo Liu

    Bri, how much experience do you have with writing Visual Studio applications

    Are you working from within a VSTO solution, and if so, what kind



  • rimysoft

    The Addin has to subscribe to Excel's SelectionChange event.

  • Sarguna

    Hi,
    How do you get it to do that What is involved with an addin "Subscribing" to this Event

    Thanks,
    Bri



  • Creating a VSTO 2005 SE Add-In