不知何故,VBA过滤器没有选择包含 Lockset 的某些单词。它只给了我重新确保。这是为什么?
我也试图删除数组中的空格但它仍然无效。是关于它只允许256个字符的东西吗?
ResultWorkbook.Worksheets(2).ListObjects("Table2").Range.AutoFilter Field:=12, Criteria1:= _
Array("Lockset replacement - Front or Main Entranceway - per door/door set ", _
"Lockset replacement - other than Front or Main ", _
"Lockset replacement ? Front or Main Entranceway - per door/door set ", _
"Re-securing/re-keying of property"), Operator:=xlFilterValues
答案 0 :(得分:0)
另一种解决方案是在标准中使用通配符。
"=Lockset*"