Hi, I need a VBA code that I can run on button click that copies a line of entry from one sheet into the next empty row on the 2nd sheet.
Sheet 1 is income entry
Sheet 2 is Income
The VBA should then clear entry lines from sheet 1
What is key is the code needs to find the destination row that is immediately after the previous entry and copy and past from sheet 1
is this even possible?
Sheet 1 is income entry
Sheet 2 is Income
The VBA should then clear entry lines from sheet 1
What is key is the code needs to find the destination row that is immediately after the previous entry and copy and past from sheet 1
is this even possible?