Below is my code but not working for cut and paste
Would appreciate any help
If Range("H" & iStart).Value <> Range("K" & iStart).Value Then
Range(Cells(iStart, "K"), Cells(iEnd, "K")).Select
Selection.Cut
Range("F" & iStart).Selection.Paste
End If
Would appreciate any help
If Range("H" & iStart).Value <> Range("K" & iStart).Value Then
Range(Cells(iStart, "K"), Cells(iEnd, "K")).Select
Selection.Cut
Range("F" & iStart).Selection.Paste
End If