h*****0 发帖数: 23 | 1 A puzzle in Automating Excel via C++:
Given the following short code, then was asked to add lines such that the
modified code can do the following:
1) Select an inactive sheet, say, "Sheet2", of the added workbook.
2) Change the name of the selected sheet to, say, "stochastic".
3) Save this added workbook as "Stochastic_modeling.xls" to C:\, and then
close it.
4) Select another inactive workbook, say, "deterministic_modeling.xls" among
many(suppose that there are a couple of workbooks open befor |
|