Copying worksheets to another workbook using macros

John1989

New Member
Joined
Aug 21, 2017
Messages
22
Hello all,
I have two excel work books namely 'Schools.xlsx' and 'colleges.xlsx'.

Both excels workbooks have 4 worksheets namely 'Science', 'Maths', 'English' and 'General'.

I have to copy the entire contents in Worksheet 'Science' in 'Schools.xlsx' and paste it in Worksheet 'Science' in 'Colleges.xlsx' using macro.

In the same way i have to copy 'Maths' in 'Schools.xlsx' and Paste it to 'Maths' in 'Colleges.xlsx'

Same steps for other two worksheets.

All i need is, I have to do this using a macro

Kindly help.

Thanks in advance

Johnson
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Try creating a macro via the macro recorder.
 
Upvote 0
A good way to start gaining some knowledge about macros is to start using the macro recorder.

(Your original post has insufficient information to write a macro. For example, should the data be pasted to the next available row in the destination sheets, or should any data in the destination sheets be cleared before pasting the source data?)
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,845
Members
449,051
Latest member
excelquestion515

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