VBA copy data from one workbook to anotherworkbook

GEmbers

New Member
Joined
Aug 8, 2013
Messages
3
I need to copy data from workbook a starting at line 2 and paste to workbook b starting at line 3. I would really like your advise please I have been trying to piece together other answers to get my answer but am failing :)
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
does it need to be a different workbook - eg why not a new sheet in existing workbook?

but - in workbookB cell A3 insert formula

=workbookA!A2

then copy this across and down as needed. workbookB will now update automatically to any change in workbookA
 
Upvote 0
does it need to be a different workbook - eg why not a new sheet in existing workbook?

but - in workbookB cell A3 insert formula

=workbookA!A2

then copy this across and down as needed. workbookB will now update automatically to any change in workbookA

HI thank you this is weekly metric reporting workbook (a) comes into a mail box from a data extraction server, it is manipulated and then copied over to the data load worksheet in the metrice workbook (b). The final piece of my VBA is to get this copy working working.
 
Upvote 0
metrice workbook (b) will always be a copy of metric reporting workbook, updating every time a change is made - you don't need to copy it at all, surely?
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,369
Members
449,080
Latest member
Armadillos

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