ACTXSERVER関数を実行すると新しいExcelインスタンスが作成されるのはなぜですか?
Mostra commenti meno recenti
以下のコマンドを実行すると、新しい Excel のインスタンスが開かれます。
a = actxserver('Excel.Application');
既に開かれている Excel のインスタンスを取得する方法を教えてください。
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su COM オートメーション サーバーとしての MATLAB の呼び出し in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!