+ Reply to Thread
Results 1 to 4 of 4

Collate data from Multiple Excel Files

  1. #1
    Registered User
    Join Date
    01-12-2011
    Location
    Kolkata, India
    MS-Off Ver
    Office 2007
    Posts
    8

    Collate data from Multiple Excel Files

    Hi,

    Am amateur at best in VBA. I need a Macro which will collate value of cells (not formulas) from specific cells in each excel files in a folder, and then collate them in a separate excel file.

    I have put together a code from bits and pieces from my earlier practice projects, however, as expected, it was not working. So after a lot of head scratching I modified the code to quite an extent and almost got it to work!

    However, I am getting only the value of cell B5 from each file in the folder in all the 7 columns of BaseWks...

    Am pretty much sure that my mistake is in the Range syntax or something like it...

    Please Help!!!

    Please Login or Register  to view this content.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Collate data from Multiple Excel Files

    Why dont you attach the file which you are using with this macro? Attach a sample file.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    01-12-2011
    Location
    Kolkata, India
    MS-Off Ver
    Office 2007
    Posts
    8

    Re: Collate data from Multiple Excel Files

    Sample form attached from where the data needs to be collated.

    Hundreds of such files are in a folder which the macro needs to process.
    Attached Files Attached Files

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Collate data from Multiple Excel Files

    In what format should the data be collated? I mean, what should the format for the output?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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