+ Reply to Thread
Results 1 to 18 of 18

Linking Workbooks to update Master Workbook

Hybrid View

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

    Re: Linking Workbooks to update Master Workbook

    In such situations, its ideal that you do not link the files cell to cell. It will not only make the workbooks bulky but if you happen to delete some cells, it may give you #REF errors in other places.

    Its better if you have a macro which will update the master each time there is a change to the other workbooks. So it will clear the master and reload fresh data from row 2 (if row 1 contains the headers) to the last row of each workbook.
    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]

  2. #2
    Forum Contributor
    Join Date
    01-21-2013
    Location
    Aberdeen, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    258

    Re: Linking Workbooks to update Master Workbook

    Thanks for the advice Arlu Can I move this thread to VB/Macro's instead?

+ 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