0

I'm trying to filter out values when both column B and C are equal to 0 on the same row. When using the following code, rows are filtered out when either column, not both simultaneously, are equal to 0.

With Sheets("Recon").Range("$A$1:$L$2500")
    .AutoFilter Field:=Array(2, 3), Criteria1:="<>0"
End With
BigBen
  • 46,229
  • 7
  • 24
  • 40
Rycro
  • 1

0 Answers0