Transfer Cell Range Value data from Sub-Workbook to Master-Workbook

JimBarrro

New Member
Joined
Apr 23, 2015
Messages
2
I have sub-workbooks and I want to transfer a range of cell data into a master workbook. The data transfered has the same size of cells but with the cells in a different position (ie Sub-Workbook sheet 1 (A1:C3) to master workbook sheet 12 (E1:G3)). Can you give me some help. Here is the code I have so far. Thanks:
PHP:
Workbooks("e:\project\111\O.xls").Sheets("Sheet22").Activate
t=Range("D3:G6")Workbooks("e:\project\Old.xls").Sheets("Sheet1").Activate
Range("T13:W16")=t
Me.Application.Workbooks("e:\project\111\O.xls").Close(SaveChanges:=False)
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

Forum statistics

Threads
1,216,119
Messages
6,128,941
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top