How can I generate events in a component created with MATLAB Builder for Excel?

I want to create a component with events so it can react to MATLAB events in Excel.

 Accepted Answer

The ability to generate events in a component created with MATLAB Builder for Excel is not available.
To work around this issue, create a COM component with MATLAB Builder for .NET with events using the "%#event" pragma. Call this COM component from Excel. An example is available here:

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!