Feeds
已回答
Excel COM Server, create Autofilter
Some more example code: e = actxserver ('Excel.Application'); e.Visible = 1; %eWorkbook = e.Workbooks; e.Workbooks...
Excel COM Server, create Autofilter
Some more example code: e = actxserver ('Excel.Application'); e.Visible = 1; %eWorkbook = e.Workbooks; e.Workbooks...
14 years 前 | 2
已回答
Excel COM Server, create Autofilter
Thank you very much! This helps me a lot the code is Rows("3:3").Select Selection.autofilter
Excel COM Server, create Autofilter
Thank you very much! This helps me a lot the code is Rows("3:3").Select Selection.autofilter
14 years 前 | 0
提问
Excel COM Server, create Autofilter
Hi, I'm writing a script starting an Excel COM-Server and inserting some data into a sheet. This is works fine but in addition ...
14 years 前 | 3 个回答 | 0
