我有一个VBA代码,我需要在xlWhole的范围内找到,如下所示
Could not find the source association(s) "vote" or :vote in model Chapter. Try 'has_many :vote, :through => :chapter, :source => <name>'. Is it one of ?
问题是,当用户下次手动找到时,它会将默认搜索更改为“匹配整个单元格内容”。
有没有办法在我的代码中获取用户的搜索首选项,并在VBA代码中运行find后再次设置它?
如下所示:
- 设置 pref =获取搜索首选项
- 使用xlWhole查找
- 将搜索首选项设置回 pref
醇>