Grouping in excel using matlab actxserver gives invoke error
1 次查看(过去 30 天)
显示 更早的评论
When I use the command below, I get the invoke error. Any idea how I can get rid of this error?
I was trying to group these rows, and Excel did grouped them, but I get the error anyway....
>> set(sheet1.Range('12:18'),'Group',1);
??? Invoke Error, Dispatch Exception:
Source: Microsoft Excel
Description: Unable to set the Group property of the Range class
Help File: xlmain11.chm
Help Context ID: 0
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!