gpt4 book ai didi

Excel 2010 VBA : How to save/cache find parameters when using Range. 查找()?

转载 作者:行者123 更新时间:2023-12-02 02:39:36 24 4
gpt4 key购买 nike

我以前也这样做过,但已经很多年了。采取这段代码:

Set Find = r.Find(Text, LookIn:=xlFormulas, lookat:=xlWhole)

这在我拥有的宏中运行。问题是,当我用 CTRL+F 进行常规查找时,我的宏代码中使用的参数会被保存。我通常喜欢在单元格内容中搜索,而不是像上面的代码那样搜索整个单元格。每次打开查找窗口时,扩展查找选项并取消选中“匹配整个单元格内容”有点痛苦。

我以前所做的是将当前查找设置保存到变量中,运行 .Find(),然后将参数设置回原来的值,但我无法弄清楚。

最佳答案

在代码末尾,当您完成需要做的事情后,只需将其设置回来即可:

Set Find = r.Find(Text, LookIn:=xlValues, lookat:=xlPart)

关于Excel 2010 VBA : How to save/cache find parameters when using Range. 查找()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6525454/

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