 |
excel vba - VBA Autofilter With Multiple Criteria Using Variables - Stack Overflow
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 =
stackoverflow.com |
 |