Hello! Today "xlsread" function give me this error:
Error using xlsread (line 260)
Undefined function 'Activate' for input arguments of type 'Interface.000208D8_0000_0000_C000_000000000046'.
I have used xlsread many times and now it doesn't work. I tried to use xlsread on many excel files but the problem persists. The code I execute is very simple:
filename2 = 'C:\one.xlsm';
[data,names] = xlsread(filename2,'tool');
What can I do? many thanks!
3 Comments
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/339299-error-using-xlsread-line-260#comment_452166
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/339299-error-using-xlsread-line-260#comment_452166
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/339299-error-using-xlsread-line-260#comment_452169
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/339299-error-using-xlsread-line-260#comment_452169
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/339299-error-using-xlsread-line-260#comment_452180
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/339299-error-using-xlsread-line-260#comment_452180
Sign in to comment.