Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you copy cells from 1 workbook (File A) worksheet (sheet1) to another
workbook(File B) worksheet(sheet2)? I have sucessfully written a working but not so elegant solution via activating workbooks. I am trying to write this without activating files in a loop as it is a less efficient way of running things. I am having difficulty wrapping my head around referecing ranges and worksheets across multiple forms (with out activating). workbooks("File A").worksheet("sheet1").range(cells(1,1), cells(1,11)).copy vba returns so sort of application error. Thanks in advance R |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I copy big ranges of cells without drag or copy/paste? | Excel Discussion (Misc queries) | |||
Macro to copy and paste over existing files | Excel Discussion (Misc queries) | |||
use macros to copy and paste from 1 file to several files | Excel Worksheet Functions | |||
Macro 4 copy & paste between 2 books/files | Excel Discussion (Misc queries) | |||
Copy and Paste Between Files | Excel Discussion (Misc queries) |