Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there
I have 2 separate xcel files and want to copy columns A:D of file1 into A:D of file2. To copy across different sheets in the same file I would do Sheet1.Range("A:D").Value = Sheet2.Range("A:D").Value Is there a way to copy across 2 different xcel files in a simliar manner show above, so that I would avoid the use of clip board. Currently I'm copying them using clip board as shown below: Workbooks("File1.xls").Activate Range("A:D").Select Selection.Copy Workbooks("File2.xls").Activate Range("A:D").PasteSpecial Application.CutCopyMode = False 'Clears wriggly worms Thanks Gandei |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying from different files into 1 | Excel Discussion (Misc queries) | |||
Copying Files | Excel Discussion (Misc queries) | |||
Merge data from xcel to word | Excel Worksheet Functions | |||
cannot get certain files and folders to open in xcel and word | Excel Discussion (Misc queries) | |||
xcel files will not automatically load | Setting up and Configuration of Excel |