merge files

  1. J

    VBA to clear all date in columns A2 to AC in the destination file, then copy the data from the same columns from all files in a folder

    Hi, I am wanting to merge all the data from cells A to AC from all files in a folder into one worksheet. Row 1 has the headers on it, so it needs to start at row 2. Columns AD onwards are locked. I also dont want to have to dismiss any update popups etc. I would like the user to be able to...
  2. L

    Merge multiple excel files in one, keeping multiple sheets in VBA

    Dears, I have a dataset coming in different files, and these files have different sheets. Structure of Sheet1 e.g. in all files are the same. I would like to merge these files to one master file, by merging the different sheets into the masterfile. Like this: Can you please help? Thanks!
  3. R

    Merge different Excel worksheet from different workbooks into one workbook

    Hello everyone, I want to create a database of my old clients from the quotes I've made in the past. To do so I thought about merging all the workbooks in one (Every quote has 3 worksheets, only one is filled), then filling the database with the key informations thanks to the INDIRECT command...
  4. G

    Combine Worksheets in to one with new data

    I send an excel file out to six different people everyday in an email and it contains a list of deliveries that were shipped late. The recipients are to chose a reason from a dropdown in the excel file and add any other comments in another column. When the recipient selects a reason from the...
  5. G

    Merge sheet with same name from multiple workbooks.

    Hello - Does anyone know a VBA code that will go into the folder I specify and find the one sheet name I specify and merge into one document? For example I have one folder with 20 excel files. I want it to go into each file find the sheet called "Variance Report" and merge all those sheets...
  6. M

    Merge Multiple Files into One Worksheet

    Hello, I am trying to merge multiple files into one workbook. The files are saved in one folder but have multiple sheet in them. I would like to copy data from only one sheet (""DAILY_DETAIL") and combine to one sheet. I am trying to use the below macro but for some reason it is copying A1:AS...
  7. M

    merge CSV files and add original file name to a column

    Hi I have cribbed the code below in order to merge several weeks of data sent in a csv format into a single worksheet. However as there is no date contained in each csv file I have no way of analysing the data. Each csv file is named according to the date ie Sales Report 20.03.16-...
  8. M

    Modify VBA code to copy data from Multipile workbooks with multipile sheets

    Hi I was wondering if anyone can help me. I have below VBA ( that I got from another website) that goes through files in a folder and copy a range from all the first sheets and paste them one after the other in one master sheet. This is working, I just want the code to do this to all the...
  9. M

    Creating New workbook for each name defined in Columns and merger all the Excel files list below in each row

    Hi All, Currently im looking for help on the below requirement.. I want to create new workbook based on the names defined in each column (C7 to C20).. also there are files listed below in each column (they are existing file..) Saved in a defined path., and save the newbook with merged files...
  10. P

    What determines the EOF (End of File)?

    Group, I've written a VB.net program to format and merge multiple text files together. Assuming there are 3 files to merge together, the program removes the last lines of file 1 and 2 (these are blank lines and a line that says "End of Report) and then merges these two together. The third file...
  11. K

    Macro to Merge many files to one

    Macro to Merge many files to one I have excel files in a folder, All files have same no of columns, I need a macro that copies the data from all files in New file and save new file in different location. My data in File 1 : A1 = 1XYZ, B1 = 1ABC C1 = 1BHY A2 = 1BHU, B2 = 1ABD C2 = 1BNJ My...
  12. V

    Need VBA code: Merge all Excel files in a floder to a new excel Sheet

    HI, I am a beginner in Excel and need help in writing a VBA code. We work in Excel 2010 and every week I need to prepare a consolidated excel file after merging all the Shared excel files in a folder. I do it manually by copy paste and it takes lots of time and effort. Could someone help me to...
  13. C

    Merge multiple CSV files into one Excel File, but want them by tab by tab

    So the situation is the following: I have around over 100 CSV files, all have one tab individually. I would like to merge all of them into One Giant excel file, but all the tabs must be individually by themselves as they were before. Please let me know as it will save ALOT of time. Thanks!!!
  14. C

    Having a problem with Macro to merge data help needed

    Hi All, I have been using the macro mentioned in the link given below to merge data from various workbooks. Excel Macro VBA - Combine Multiple Workbooks into One - Free Excel Macros VBA - TeachExcel.com Private Declare Function SetCurrentDirectoryA Lib _ "kernel32" (ByVal lpPathName As...
  15. M

    Combine two sets of data by identifying duplicate value across two columns

    Using Excel 2007 - I have two workbooks with data, with one column in common, and need to combine the two. For example: </SPAN> and </SPAN> I need to copy the header to the other workbook, then find all duplicates between the "Number" columns, and where there are matches copy the row into...
  16. A

    Comparing two Excel files to populate one column in the second file, formula

    There are two separate reports as two separate Excel file. The old one is on a server and the new one is pulled once each week from a system where data is updated all the time. Column G is added to the new report as a Insert Column function. However, 100s of new rows are added each week. So...
  17. K

    Merging Excel Files = Formatted Word or PDF Report

    I'm trying to merge two Excel files and output a single, nicely formatted pdf or Word report that combines the two Excel spreadsheets. Could you please tell me if that is possible and if so, how? I'm looking to take the results of an online form (40% of the final report information), that...
  18. S

    Recently Upgraded to Excel 2010 and now My 2007 Macros will not work

    Hello, Below is a macro that i had written in 2007 that oes not work anymore and i have no idea why. It gets as far as opening the first file but then stops with no error. It's supposed to open a file browser, then i click on the first of 3 files then it copies the data and pastes it back into...

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