You have ways to do this, read below ways
1- use a excel object to do it as below
Range("A1:D1").Select
Selection.Copy
Windows("Book2").Activate
ActiveSheet.Paste
2- SQL : select from sheet1 into datatable and Select from sheet 2 into other datatable and merge the two datatables