Results 1 to 2 of 2

Transfer data from multiple workbooks to master workbook automatically

Threaded View

  1. #1
    Registered User
    Join Date
    05-02-2016
    Location
    Massachusetts
    MS-Off Ver
    2010
    Posts
    50

    Transfer data from multiple workbooks to master workbook automatically

    Hi,
    I have multiple workbooks with a worksheet in each workbook with the same number of columns but different data entered. I would like to merge the multiple workbooks into one worksheet in a master workbook and have it update automatically when open.

    I started by copying vba code into a module and updated it with the pertinent information (or so I think as I am new to this). I keep getting a run-time error 424 object required.
    The line that is highlighted after debugging is:
    erow = Sheet1.Cells(Rows.Count, 1).End(xlUp).Offset(1, 0).Row

    Would anyone be able to look at my vba code and see where I went wrong. I have been going over this for a few days now and can't figure it out.

    I am attaching some sample logbooks and the master logbook that has the vba code as samples.

    Thanks in advance.
    Lin
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Transfer data from multiple workbooks into Master workbook in SharePoint
    By faraha91 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-14-2016, 05:58 AM
  2. Automatically sort data and transfer to multiple workbooks and worksheets
    By BTraves in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-14-2015, 04:17 PM
  3. [SOLVED] How to transfer specific row of data from multiple workbooks to master workbook using VBA
    By rajeshntiwari in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-08-2014, 08:08 AM
  4. [SOLVED] Transfer Data from Multiple SharePoint Workbooks into Master Workbook Automatically
    By bjnockle in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-02-2014, 10:37 PM
  5. Macro to transfer data from multiple workbooks into separate sheets of master file
    By salva7ore in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-20-2014, 08:18 PM
  6. Replies: 12
    Last Post: 04-18-2014, 09:05 AM
  7. Help on macro to automatic transfer of data from multiple workbooks to master wkbk
    By ryuytsuken in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-10-2013, 06:16 PM

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