run VBA MACRO in MATLAB
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
HI, I want to run the VBA code(some small macro) from matlab.I can do that by invoking the Excel(using actxserver) and run the macro in the excel but my point is that i want to run the VBA macro directly from matlab without opening any third application
I hope i stated clearly my problem :)
0 Kommentare
Antworten (1)
Walter Roberson
am 13 Dez. 2011
VBA is only available as built in to applications; it is not available by itself. This is by design, as VBA is "Visual Basic for Applications".
3 Kommentare
Friedrich
am 14 Dez. 2011
As long its a Macro in EXCEL you have to start EXCEL to run it. What does this Macro do? Maybe you can convert it to MATLAB code? Or maybe some VB script? You can run a VBS script without opening a 3rd application since this is a Windows built in feature.
Walter Roberson
am 14 Dez. 2011
If it is VBA then unless you can rewrite it, you must start _some_ application in order to execute it, as VBA is, by definition, something that is built in to applications.
Siehe auch
Kategorien
Mehr zu Data Export to MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!