P
peterlee516
Hi...
Can someone help me write a code to find the next empty row?
I am running a macro to cut and paste rows from one file to another an
need to make sure that whenever I run this macro the new informatio
doesn't over-ride the previous pasted information.
Sheets(x).Select
Range(y)Select
Selection.Copy
Windows("Other File).Activate
Range("A1").Select <-- my guess is to make this non-static.
ActiveSheet.Paste
Thank you in advanc
Can someone help me write a code to find the next empty row?
I am running a macro to cut and paste rows from one file to another an
need to make sure that whenever I run this macro the new informatio
doesn't over-ride the previous pasted information.
Sheets(x).Select
Range(y)Select
Selection.Copy
Windows("Other File).Activate
Range("A1").Select <-- my guess is to make this non-static.
ActiveSheet.Paste
Thank you in advanc