Paste data - ranges of Listobjects in other Listobject of Excel
问题 I am using VBA to move data between tables in excel (ListObjects) And I want to avoid loops for they are too much time consuming I have a first (origin) table called:tabl1 and a second origin table: tbl2 I have a destiny table called:tbl3 this table is empty, so databodyrange is nothing I would like to paste data from the two origin tables tbl1 and tbl2 into tbl3 Dim tbl1 As ListObject Dim tbl2 As ListObject Dim tbl3 As ListObject Set tbl1 = ThisWorkbook.Sheets(1).ListObjects("table1") Set