Feeds
답변 있음
How to using AutoFilter function for multiple Itmes via activeX?
Finally I found the solution on my own: invoke(Excel.Selection, 'AutoFilter', 1,... %Field {'1', '3', '5'},... %Cr...
How to using AutoFilter function for multiple Itmes via activeX?
Finally I found the solution on my own: invoke(Excel.Selection, 'AutoFilter', 1,... %Field {'1', '3', '5'},... %Cr...
대략 9년 전 | 0
| 수락됨
질문
How to using AutoFilter function for multiple Itmes via activeX?
Hello, I am trying to "translate" the following VBA code into Matlab (using activeX) Selection.AutoFilter 1, Array("2", ...
대략 9년 전 | 답변 수: 1 | 0