I have an if statement that is looking for two variables, but it only see the first variable. What am I missing that is making it only look at one variable instead of both. Here is the code that I'm using for the if statement.
If Sheets(sh).Range(TestRange) > 60 And Sheets(sh).Range(TestRange2) = 0 Then
If Sheets(sh).Range(TestRange) > 60 And Sheets(sh).Range(TestRange2) = 0 Then