Merging Data of two file into one

Anmol_happy

New Member
Joined
Aug 17, 2022
Messages
7
Office Version
  1. 2016
Platform
  1. Windows
I want to merge files "Data" which are in "select input folder"button and "select output folder"button into one file
Both the files "Data" Should Merge When I click Execute button
Is there any macro to dd?please help me out

1660843622592.png
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
"Merging" files can mean different things.
For example, it could mean taking the sheets from one file, and copying them into new sheets in the other file.
Or, it could mean taking all the data from one file, and pasting it to the bottom of the data of the other file.

So, we kind of need to know the following:
1. How many sheets are in each file (is it only one, or multiple)?
2. What is the structure of the data? Is it exactly the same in both files?
3. How exactly are these files to be merged (see questions at the beginning of this reply)?

Quite often in these cases, it is helpful for us to see examples of what the data looks like in each file, and what the expected output should look like.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,077
Messages
6,122,992
Members
449,094
Latest member
masterms

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