I have the Macro code to copy and paste a list of values from Input, where Records are entered to Completed, the headers are the same.
Sub a()
Sheets("ITM").Range("A1:AD1000").Copy
Sheets("ISP").Range("A1").PasteSpecial xlValues
End Sub
This is working for the Copy and paste, however I need to adjust it to take into account existing filled fields, so that older Completed Records do not get over written.
Sample Data:
ITM:
User enters data
Header A - Header B - Header C
Ex BY TY
ISP
This has a record of all previous data that were entered, and macro will add the latest ISP entered data to next available row.
Request # Header A - Header B - Header C
1 XY TY ER
2 QW WE EW
3 EX BY TY