excel vba - VBA Autofilter With Multiple Criteria Using Variables - Stack Overflow

excel vba - VBA Autofilter With Multiple Criteria Using Variables - Stack Overflow

瀏覽:1158
日期:2025-06-14
EDIT: To fix the issue, I changed Dim Placed As Range to As Long. I then changed Set Placed = Rows("3:3").Find("Placed", Range("A3"), searchdirection:=xlToRight) to Placed =...看更多