我用VB 按钮打开excel,默认的是打开Sheet1 如何修改代码,直接打开Sheet2

2025-03-19 04:32:50
推荐回答(1个)
回答1:

ExcelworkBook.Sheets("Sheet2").Activate
这样 Sheet2 就是当前数据表了