VB: Copy a Range to another Excel Application
问题 I'm trying to solve a relatively simple problem but I can't realize it. My aim is to copy a range of cells in a worksheet of the main Excel Application to another range (of the same size) in a worksheet of a second newly created Excel Application. I create the second Application by using Set secondExApp = CreateObject("Excel.Application") I'm using this reference for further handling. Until now I've tried two different ways. Both don't work properly. 0.: Preparation / Introduction Set srcWb =