ACTXSERVER関数を実行すると新しいExcelインスタンスが作成されるのはなぜですか?
Ältere Kommentare anzeigen
以下のコマンドを実行すると、新しい Excel のインスタンスが開かれます。
a = actxserver('Excel.Application');
既に開かれている Excel のインスタンスを取得する方法を教えてください。
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu COM オートメーション サーバーとしての MATLAB の呼び出し finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!