Hello,
I want to copy the ranges from Workbook_A Sheet(1) into the exact same cells of Workbook_B Sheet(1).
Why won't this work and what is the best way to do that please?
Windows("Workbook_A").Sheets(1).Range("P4:R7,N22:N47, AC4:AE7,AA22:AA47, AP4:AR7,AN22:AN47, BC4:BE7,BA22:BA47, BP4:BR7,BN22:BN47").Copy
Thank you.
I want to copy the ranges from Workbook_A Sheet(1) into the exact same cells of Workbook_B Sheet(1).
Why won't this work and what is the best way to do that please?
Windows("Workbook_A").Sheets(1).Range("P4:R7,N22:N47, AC4:AE7,AA22:AA47, AP4:AR7,AN22:AN47, BC4:BE7,BA22:BA47, BP4:BR7,BN22:BN47").Copy
Thank you.