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

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -