MATLAB: How to generate events in a component created with MATLAB Builder for Excel

buildercomponenteventexcelgenerateMATLAB Builder EX

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

Best 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: