I need the macro to take as reference var targetRange =targetSheet.getRange(targetSheet.getLastRow()+1,1); but only from a range of cells, from 1 to 7. because I need to write in front of the data that the macro brings to me when using getLastRow()+1 it takes everything I write in the sheet and continues copying the same information.
i like app script but i need more assistance