Good Day,
I am having trouble with a code that would allow me to select the next empty cell. The code is as follows:
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?![]()
Sheet14.Range("k1").Copy Destination:=Sheet10.Range("a1").End(xlUp).Offset(1, 0)
Thanks a million.
Bookmarks