Is it possible to use range objects with the MLGetMatrix function in Excel Link?
Ältere Kommentare anzeigen
I am using the Excel Link MLGetMatrix function in an Excel Macro, but I need to use use a range object returned by the VBA Cells function to specify where to place the data.
For example instead of:
MLGetMatrix "X", "Sheet1!A1"
I would like to use:
MLGetMatrix("X",Cells(1,1))
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB Functions in Microsoft Excel finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!