Merging Worksheets

kpark91

Well-known Member
Joined
Jul 15, 2010
Messages
1,582
Hello,

So, it's been a month since I started VBA excel
and I am trying to merge 2 worksheets into an already created new worksheet in the same workbook.

Worksheet 1 has 51 columns/parameters
Worksheet 2 has 53 columns/parameters
They have 42 columns/parameters in common.
First row shows the parameter's name
After that, data is written.

Worksheet 1 has 428 data rows (not sorted)
Worksheet 2 has 304 data rows (not sorted)

Now on a Worksheet 3, data must be entered correctly into its own parameter column while checking if the data from 2 worksheets are the same. (If not, where is the problem occurring?)

Well, I haven't started programming it yet but I do have a good idea how to do it. The only problem is that I might have to use nested loops which may be run 428 * 304 times and checking the data 428 * 304 * 42 times whether they're the same!!!

To all excel gods out there, could you give me good ideas or at least the part of the solution in how to do it?
*Bow*

Thanks in Advance!!

Edit: I am using Excel 2003 in Windows XP
 
Last edited:

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,223,903
Messages
6,175,287
Members
452,631
Latest member
a_potato

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