e.Workbooks.open(FILE_NAME);
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
every time I try to use this command,
FILE_NAME = 'E:\Nov_2017\CP-140_NOV-17\1_FORCE_DATA.xls' eWorkbook = e.Workbooks.open(FILE_NAME);
I get an error: 'Error using open Too many input arguments.' any idea why? My file name seems to work perfectly for other write functions...
댓글 수: 1
Walter Roberson
2017년 11월 29일
Duplicates https://www.mathworks.com/matlabcentral/answers/370004-e-workbooks-open-file_name
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!