I am looking for a solution to create the code to copy data from Workbook 1 Sheet 1 to another workbook that will be closed. I also want to make sure that the data being pasted is in the next empty row, so in essence:
Active workbook 1, sheet 1 copy any data from row 2 to the last row Paste in to inactive workbook 2 in the first row that is empty
Hope this make sense!