I'm trying to understand the problem with the following code:
If x = y Then
Sheets("Sheet1").Select
Cells(row, 1).Select
Selection.EntireRow.Copy
Sheets("Sheet3").Select
Cells(row, 1).Select
ActiveCell.PasteSpecial
Sheets("Sheet2").Select
Cells(RO, 2).Select...