フィルターのクリア

Block the Save popup box generated from Excel

2 ビュー (過去 30 日間)
Philosophaie
Philosophaie 2013 年 12 月 10 日
編集済み: Philosophaie 2013 年 12 月 10 日
In Excel I can block the Save popup box generated from "exlWkbk.Close" by adding this code to Excel:
"Application.EnableEvents = False"
How can I add this Excel command to MatLab:
Execute "!!!insert code here!!!" = Application.EnableEvents = False
exl = actxserver('excel.application');
exlWkbk = exl.Workbooks;
exlFile = exlWkbk.Open(['C:\Documents and Settings\Owner\My Documents\a Data\a Matlab\addm.xlsm']);
exlSheet1 = exlFile.Sheets.Item('Sheet1');
!!!insert code here!!!
exlWkbk.Close;
exl.Quit;

回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by