+ Reply to Thread
Results 1 to 5 of 5

copy multiple excel files data into one sheet?

  1. #1
    Registered User
    Join Date
    05-16-2005
    Posts
    3

    copy multiple excel files data into one sheet?

    I need some help copying data from 50 excel files into one sheet without having to copy and paste. I receive around 200 excel attachments a day and they all have the same data and header rows. I just need to put them all on one sheet without having to manually copy and paste each row into a master sheet. Any help would be appreciated. thanks

  2. #2
    Registered User
    Join Date
    05-16-2005
    Posts
    3
    Please help!!!

  3. #3
    Forum Contributor
    Join Date
    03-24-2004
    Location
    Edam Netherlands
    Posts
    181
    You should write a macro that loops through a dir. and opens the workbooks one by one. For each workbook you call a macro that opens the file, copies the data to an array, closes it again and the copies the array to the master workbook.

    Is this help enough....?

    or do you need the vba code....?

  4. #4
    Registered User
    Join Date
    05-16-2005
    Posts
    3
    thanks, im pretty new to this so the code would help
    thanks again

  5. #5
    Forum Contributor
    Join Date
    03-24-2004
    Location
    Edam Netherlands
    Posts
    181
    Then I need 3 sample source files and the master file.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1