Good Day,

I am having trouble with a code that would allow me to select the next empty cell. The code is as follows:

Sheet14.Range("k1").Copy Destination:=Sheet10.Range("a1").End(xlUp).Offset(1, 0)
It works except for the fact that it starts at cell A2 instead of A1. I have searched and googled, and I know it's probably something really silly that I do not know how to do. Any suggestions?

Thanks a million.