I can't seem to get this bit of my macro to work
ActiveSheet.ListObjects("PromoData").Range.AutoFilter Field:=13, Criteria1:=
"<>" & ThisWorkbook.Sheets("Command_Center").Range("M" & i).value, Operator:=xlFilterValues
I keep getting this error:
Compile error:
Expected: expression
I've looked all over and can't seem to find the solution. I'm sure I've missed something simple.
Any help is greatly appreciated.
ActiveSheet.ListObjects("PromoData").Range.AutoFilter Field:=13, Criteria1:=
"<>" & ThisWorkbook.Sheets("Command_Center").Range("M" & i).value, Operator:=xlFilterValues
I keep getting this error:
Compile error:
Expected: expression
I've looked all over and can't seem to find the solution. I'm sure I've missed something simple.
Any help is greatly appreciated.