Hi Guys

I have the following code here..part of it.

If Range("B2").Value = Range("C2").Value Then

How can I loop it so that it goes to the next range value? like B3 = C3 etc?

Thanks for the help.