I found an extra EXCEL.exe process running which I'm not sure where that is coming from. I'll reboot and try again. likely the cause
I can't connect with excel anymore using this command. XLex = actxGetRunningServer'Excel.Application'
10 ビュー (過去 30 日間)
古いコメントを表示
%% Attach to Excel process
XLex = actxGetRunningServer('Excel.Application');
workbooks=XLex.workbooks;
2 件のコメント
Mihail-Ovidiu Ciobanu
2022 年 2 月 23 日
When I detected the issue, I saw in the Task Manager 20-ish active excel applications.
Most probably were open because of another script crash.
If the excel.exe task are closed, the issue is solved!
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で ActiveX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!