Thanks Thanks:  0
Showing results 1 to 4 of 4

Thread: Excel Macro to Merge Multiple Files (Excel, CSV, & TXT files)

  1. #1
    Member Reputation: 43
    Join Date
    2011-02-23
    Posts
    10


    Default Excel Macro to Merge Multiple Files (Excel, CSV, & TXT files)

    Hi All,

    Here's a simple Excel Macro tool to merge multiple files into one. File Formats supported are MS Excel (2003 or 2007 formats), CSV, and TXT.


    How to:
    • Open the file. From the top menu (or ribbon) you can find the "Merge_File" menu. You should be using at least Excel 2007 version to see this menu.
    • Click the "Merge Files" button and follow instructions.
    I hope you find this file useful as I did.
    Attached Files Attached Files

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 156
    Join Date
    2010-01-22
    Posts
    60


    Thumbs up Re: Excel Macro to Merge Multiple Files (Excel, CSV, & TXT files)

    Hi absaya2,

    How I can use this marco with excel 2003 THX for your response ?

    THX!!

  4. #3
    Member Reputation: 43
    Join Date
    2011-02-23
    Posts
    10


    Default Re: Excel Macro to Merge Multiple Files (Excel, CSV, & TXT files)

    Hi RapDoc,

    Try this one. I was not able to verify because I do not have Excel 2003. Hope it works.

    To use, just press ALT+F8 to see the command and then press RUN.


    Good Luck.
    Attached Files Attached Files

  5. #4
    BannedUser-MultiAccounts Reputation: 155
    Join Date
    2010-01-14
    Posts
    150


    Default Re: Excel Macro to Merge Multiple Files (Excel, CSV, & TXT files)

    You can also merge .csv file from the command line.
    Click Start -> Run -> cmd

    for example you have two files cell_bh_01 & cell_bh_02 and you have to merge them. You need to type these commands.

    c:\>cd "Folder" //name of your folder
    c:\>copy cell_bh*.csv merge.csv

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •