excel - Copy and paste entire sheet from different workbook -


does me copying whole sheet instead of c3:d4?

wb.worksheets(2).range("c3:d4").value = wb2.worksheets(1).range("a1:b2").value 

wb2.worksheets(1).cells.copy wb.worksheets(2).range("a1") 

Comments

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -