+ Reply to Thread
Results 1 to 2 of 2

VBA code to pull data between workbooks

  1. #1
    Registered User
    Join Date
    05-29-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    34

    VBA code to pull data between workbooks

    I was wondering if there is a vba code to pull data or to link from one workbook to another? I'm looking for when data is added to an entire workbook can it update another workbook that is currently not opened.

  2. #2
    Forum Contributor
    Join Date
    05-25-2012
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: VBA code to pull data between workbooks

    Hi CodesRus,

    You can definitely link data. Just set the property of the linked workbook to "True" as noted below. When the workbook containing the linked workbook is opened, it will pull-in the latest infromation from the linked workbook.

    Please Login or Register  to view this content.
    If you're looking to insert data directly into the workbook (as opposed to having an icon style linked workbook), then you would have to write some kind of code that pulls in updates each time the main workbook is opened - Which is possible, but time consuming processing wise.

+ 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