Results 1 to 2 of 2

Thread: Consolidate Multiple Workbooks With Different and Same Column Headers To Master File

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    1
    Rep Power
    0

    Lightbulb Consolidate Multiple Workbooks With Different and Same Column Headers To Master File

    Hi,

    My question is about the macro posted in this link

    Consolidate multiple workbooks from a folder into one master file VBA

    The code worked perfectly in my case with small number of files (20-25). In bigger groups the code stops after processing a number of files and debugger highlights the line
    Code:
     k(n, j) = d(r, c)
    .

    I suspect that there is a limit for number of columns in the master file. The maximum number of columns i was able to consolidate in my master file was 58.

    Thanks in advance.

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Stick with your thread at Ozgrid. Also read message to cross posters in my signature.
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

Similar Threads

  1. Replies: 3
    Last Post: 09-26-2013, 08:32 PM
  2. Replies: 9
    Last Post: 08-23-2013, 04:25 PM
  3. Replies: 1
    Last Post: 06-07-2013, 10:32 AM
  4. Consolidate multiple workbooks from a folder into one master file VBA
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 4
    Last Post: 02-26-2013, 09:00 PM
  5. Replies: 2
    Last Post: 12-19-2012, 08:28 AM

Posting Permissions

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