Hello all,
I am in need of looping the macro code below
Sub Test()
If Range("D2") = "Secondary" Then Range("J2,I2,R2,S2,T2").ClearContents
End Sub
The code above works great for the one line it is clearing but..
I need it to test conditions from 2 to 6000 on each column
If Range("D2") =...