Hi
I'm looking for a VBA code that will copy some data into the next empty row after row 13.
So if rows 13-18 have data in column B then the data would be copied to B19.
I know how to copy the data via VBA but I'm unsure on how to start the code, so that if finds the relevent row.
Basically I have data starting in B13 and all the new data added would be placed in each new blank row after.
I would also like it to be coded so that it can be run on any sheet as long as it is active. So the new data would be copied to the next blank row in the active sheet.
Thanks
I'm looking for a VBA code that will copy some data into the next empty row after row 13.
So if rows 13-18 have data in column B then the data would be copied to B19.
I know how to copy the data via VBA but I'm unsure on how to start the code, so that if finds the relevent row.
Basically I have data starting in B13 and all the new data added would be placed in each new blank row after.
I would also like it to be coded so that it can be run on any sheet as long as it is active. So the new data would be copied to the next blank row in the active sheet.
Thanks