Is there any simple way to compare rows, like this maybe ?
If Rows("A:A") = Rows("B:B) Then
Or do i have to loop thru all cells and compare them for both rows ?