Callback C# code from VBA Macro

A

abhimanyusirohi

Hi

I have created a Macro through code in my Excel AddIn. I assigned this
Macro method to OnAction property of Shape object i.e. if the user
clicks on a Shape (picture in this case) the macro method will be
called.
The problem is that I need this click notification in my C# code
because there is no event that I can subscribe to get a click
notification on a Shape. I need to call any method in my C# code from
that VBA method.

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top