+ Reply to Thread
Results 1 to 2 of 2

Two-Way Data Sync

  1. #1
    Registered User
    Join Date
    02-21-2015
    Location
    San Francisco
    MS-Off Ver
    2010
    Posts
    1

    Two-Way Data Sync

    Hello all

    Here's a million-dollar question I cannot find an answer for anywhere. I think a lot of people (incl. me) will find the solution extremely valuable:

    I wish to sync the data between two workbooks. If a change is made in either workbook, it should be reflected in the other workbook.

    Basic example:
    Input is typed into cell A1 in Workbook1/Sheet1. That input is then sent to cell A1 in Workbook2/Sheet1. Most importantly, it also has to work the other way around: If input is typed into cell A1 in Workbook2/Sheet1 it is reflected into cell A1 in Workbook1/Sheet1. With no maintenance needed or change of formulas.


    Is this possible with VBA?
    If not, do you suggest a combination of other languages (XML, Python, Java)?

    I appreciate all thoughts on this!
    Last edited by arashneg; 02-21-2015 at 02:15 PM.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Two-Way Data Sync

    It is possible with VBA
    I'd even say it is very easy if both workbooks are open at the same time.

    To help you with further investigation - have a look on Worksheet_Change event (it has to be programmed in both workbooks)

    Important tip - the event handler has to contain
    Please Login or Register  to view this content.
    just before writing to second workbook and reenabling just after that.
    Best Regards,

    Kaper

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sync Data from One Spreadsheet to Another
    By Zan03 in forum Excel General
    Replies: 12
    Last Post: 08-10-2014, 05:54 PM
  2. sync different data
    By tibyst in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-24-2014, 02:27 PM
  3. Sync Spreadsheet data with Calendar?
    By Fink in forum Excel General
    Replies: 0
    Last Post: 04-11-2014, 09:28 AM
  4. Replies: 4
    Last Post: 02-04-2014, 10:13 AM
  5. Extract Data with Live Sync to Excel
    By vian333 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-08-2012, 08:52 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