merging workbooks

  1. M

    Excel VBA: Delete and Merge Sheets

    Hi, I am a beginner in Excel VBA. When I download an Excel report from my accounting system, it generates 2 extra empty sheets called "Sheet2" and "Sheet3". I only need "Sheet1". This repeats for all other 10 reports that I download from the system. What I need to do is to delete "Sheet2" and...
  2. L

    Next without for Error

    Hello , I am trying to merge few sheets from other works into Master Workbook using following code but Its showing " Compile Error : Next without for " Do you have any idea about this and suggest some Ideas Sub MergeSheets2() Dim xStrPath As String Dim xStrFName As String Dim xWS As...
  3. S

    Merging Identically formatted excel workbooks with multiple sheets

    Sounds pretty basic, I've got multiple identical workbooks with a number of identically formatted (header rows & sheet names) sheets in each workbook. All workbooks are in one directory and i cant seem to consolidate all the data from each sheet within each workbook to a master workbook. I just...
  4. S

    VBA Code: Merging worksheets from one workbook to another

    Greetings, I need to write a macro that merges all the sheets from the ISOHODataCopy1.xls workbook to the zmastertablestest1.xlsm workbook. They are the only two files in the Source_and_Master_Data folder. I have been using this code: Sub GetISOSheets() Path =...
  5. J

    Merging encrypted workbooks into one sheet (cross posted at OzGrid)

    (This request was cross posted at OzGrid <http://www.ozgrid.com/forum/showthread.php?t=183930>. Through my searches I found many relevant responses to merging excel workbooks into a single sheet on MrExcel, and so I posted in this forum as well.) I am trying to merge multiple Excel workbooks...
  6. J

    Merging Spreadsheets

    Hello, I have no prior experience with VBA, but was asked to write a file that will combine data from multiple spreadsheets into one master sheet. Here is what I have so far: Sub OpenFile() Dim sPath As String Dim sFile As String Dim strName As String Dim FinalWB As Workbook...
  7. S

    Merging data from different workbooks based on a namedrange

    Hi, I have a problem which I cannot solve on my own. (in Excel 2007) I am trying to merge data from different workbooks. I got to as fas as copying data from a specific column, but I would like something more advanced. My data is divided in different named ranges (e.g. January...
  8. G

    Pulling data from one worksheet and merging into another

    Hi, I have a question which, so far, the other threads haven't been able to assist me with....I am an Excel novice. I have two work sheets (I'll call them 1 and 2) both contain different information about the same records; 14625 of them on 1 and 14687 on the other; each record is...
  9. S

    Macros to Merge Workbooks with Non-Contiguous Columns

    Hello everybody! This is my first post on this forum. I am trying to consolidate many reports into one workbook for data analysis purposes. I found the macro code pasted below on the internet and it works great to merge continuous columns from different workbooks placed in a folder into one...

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