need help with designing an excel macro!

yorkerguru

New Member
Joined
Sep 8, 2015
Messages
2
I have two reports with 10 and 10 columns each. I need to copy data from "A,C,E and F" and "A,C,D, and F" columns respectively from Sheet 1 and Sheet 2 to be entered to another report to find out mismatch. How should I do this?
 

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
Since you only have 10 rows and 10 columns why don't you just use formulas?

=Sheet1!A1 =Sheet2!A1
=Sheet1!A2 =Sheet2!A2
etc
 
Upvote 0
these two sheets are outside the report I create. To elaborate: I'm doing a reconciliation report which would require these columns to be copied and pasted manually from two different excel sheets. So, I want a macro to do this rather than I'm manually pasting it from the two different excel sheets.
 
Upvote 0

Forum statistics

Threads
1,215,701
Messages
6,126,292
Members
449,308
Latest member
VerifiedBleachersAttendee

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