From: Chris Chimblo on
I would like import the MULTIPLE figures (around 100) I generate in matlab to excel. Using MLGetFigure in VBA only imports the current figure and does import all figures. Is there a way to grab all figures?

If MLGetFigure took a figure number as a parameter, it would be easy to loop though them in VBA. Any ideas? Thanks