event for image in excel using vsto c#
-
Wednesday, February 29, 2012 1:28 PM
hi,
i am using vsto c# for inserting image in excel cell. i want to create an event handler for the image i inserted. is this feasible?
Thanks,
Ramesh
All Replies
-
Wednesday, February 29, 2012 1:54 PM
Hello,
Check the sample project available in this blog: Excel shapes events: getting notified about user actions.
Regards from Belarus (GMT + 3),
Andrei Smolin
Add-in Express Team Leader
Please mark answers and useful posts to help other developers use the forums efficiently. -
Friday, March 16, 2012 5:16 AM
hi ,
i went through the site and i found add in installer package which detects the shapes that are being clicked. That sounds great. But i did not find the source code.
Thanks,
Ramesh
-
Monday, March 19, 2012 12:52 PM
Ramesh,
You can find the source code in the installation folder. Does the add-in works for you? If yes, you can use the add-in as a sample.
Regards from Belarus (GMT + 3),
Andrei Smolin
Add-in Express Team Leader
Please mark answers and useful posts to help other developers use the forums efficiently. -
Monday, March 19, 2012 3:01 PM
Hi andrei,
Addin works great. But could not find any installation folder.
Thanks,
Ramesh
-
Monday, March 19, 2012 3:07 PM
Uninstall and the install the add-in. When installing, pay attention to the target folder.
On my PC (Windows 7), it is installing to C:\Documents and Settings\Andrei Smolin\AppData\Roaming\Add-in Express\Shapes Events Logger Add-in for Microsoft Excel 2002-2010\.
Regards from Belarus (GMT + 3),
Andrei Smolin
Add-in Express Team Leader
Please mark answers and useful posts to help other developers use the forums efficiently. -
Tuesday, March 20, 2012 10:45 AM
Great. i found it.I am looking into the code.
Thanks a lot :)
-
Tuesday, March 20, 2012 11:11 AM
You are welcome!
Regards from Belarus (GMT + 3),
Andrei Smolin
Add-in Express Team Leader
Please mark answers and useful posts to help other developers use the forums efficiently.

