+ Reply to Thread
Results 1 to 3 of 3

Multiple Workbooks Feeding a Master Workbook in Real Time?

  1. #1
    Registered User
    Join Date
    02-18-2011
    Location
    Massachusetts
    MS-Off Ver
    Excel 2007
    Posts
    7

    Multiple Workbooks Feeding a Master Workbook in Real Time?

    I tried posting this in the Excel 2007 forum and haven't received any responses, so I thought I would open it up to a broader audience.

    I've been trying to figure out how to make this work without much luck so I'm hoping someone here might be able to help.

    I have designed an excel workbook that tracks the output from multiple machining areas and compiles them on a master sheet. The operators are given daily goals for the production of different parts and at the completion of each job, they must enter the part type and quantity they produced. This then feeds the master sheet which tracks overall production and how it relates to monthly goals. I should add that the workbook does contain some VBA coding and obviously I'm running 2007. So far, I have this working perfectly.

    Here's the tricky part. I would like to have this workbook spread among a few different workcenters, all of which would be open at the same time. In each production area, there would be a data input computer, where the operator would enter production numbers. The master workbook would then be at another workcenter collecting all the data. Without having to save and close each workbook and without having manually refresh the data manually in any way, is there a way to have the master workbook update automatically, compiling the data from the other workcenters in real time? The data input computers do not need to feed each other information. They only need to feed the master workbook. I need to keep this as simple as possible for the operators so I would like to avoid saving and closing the file each time they enter data.

    Hopefully, I have explained this well enough, but please ask away if you're not clear. As always, any help would be appreciated.

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Multiple Workbooks Feeding a Master Workbook in Real Time?

    Hi
    Was this the feature you were looking for?
    http://office.microsoft.com/en-us/ex...010096833.aspx
    Note - it is new to 2010 so you understand the implication about earlier versions.

    For 2007 here is a link
    http://www.lockergnome.com/windows/2...in-excel-2007/

    And finally for multiple versions
    http://support.microsoft.com/kb/269860

    Do any of these fit your need?
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Multiple Workbooks Feeding a Master Workbook in Real Time?

    Note that shared workbooks are in general evil and best avoided. For a stable multi-user environment you should really consider an Access database.

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

+ 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