Hi all. What is wrong with this code? It might be an expression issue. My code isn't running.
Sub Test()
Dim x As Long
'test range
For x = 134 To 140
'instead of range, should I be using .cell("F" & x).Value?
If ActiveSheet.Range("F" & x).Value <> ActiveSheet.Range("E" & x).Value...