I'm having a hard time moving data from one sheet to another. I am not sure I fully understand how to use something like
"LastRow = Sheets(“Sheet1”).Range(“A” & Rows.Count).End(xlUp).Row." in the correct way
Trying to Accomplish:
Take data from sheet3, Row Q3:AG3
Copying it
Go to sheet1 and paste the data to the next available row that is blank, starting in the A column.
The data in sheet3 (first row) starts at A8 and continues from there.
I hope I have provided enough information
Thank you!
"LastRow = Sheets(“Sheet1”).Range(“A” & Rows.Count).End(xlUp).Row." in the correct way
Trying to Accomplish:
Take data from sheet3, Row Q3:AG3
Copying it
Go to sheet1 and paste the data to the next available row that is blank, starting in the A column.
The data in sheet3 (first row) starts at A8 and continues from there.
I hope I have provided enough information
Thank you!
Last edited: