gpt4 book ai didi

excel - 查找工作表名称并获取工作表索引

转载 作者:行者123 更新时间:2023-12-04 22:21:58 24 4
gpt4 key购买 nike

我正在尝试按名称查找工作表并获取此工作表的索引。我以这种方式尝试过,但它不起作用。

For Each Sheet In ThisWorkbook.Sheets
If Sheet.Name Like "*Consolidated EOY*" Then
Sheet_Nr = Sheet.Index
End If
Next

我错过了什么?

最佳答案

如果我将“ThisWorkbook”更改为工作表所在的工作簿的名称,那么它可以工作。

For Each Sheet In WB_New.Sheets
If Sheet.Name Like "*Consolidated EOY*" Then
Sheet_Nr = Sheet.Index
End If
Next

关于excel - 查找工作表名称并获取工作表索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62060735/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com