I have some trouble with this Code, and i don't know why it's not working??
i get run-time error 5
Hope you can help me out
Code:
If Sheets("Counting").Cells("R4").Value = "Amount 2014 - 4" Then
Sheets("Counting").Range("S4:W4").Copy Destination:=Sheets("Overview 2014-4").Cells(Rows.Count, "Q").End(xlUp).Offset(1, 0)
End If
i get run-time error 5
Hope you can help me out