ACTXSERVER関数を実行すると新しいExcelインスタンスが作成されるのはなぜですか?
Show older comments
以下のコマンドを実行すると、新しい Excel のインスタンスが開かれます。
a = actxserver('Excel.Application');
既に開かれている Excel のインスタンスを取得する方法を教えてください。
Accepted Answer
More Answers (0)
Categories
Find more on COM オートメーション サーバーとしての MATLAB の呼び出し in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!