+ Reply to Thread
Results 1 to 3 of 3

How can you have data automatically populate btw workbooks

Hybrid View

  1. #1
    kzparham
    Guest

    How can you have data automatically populate btw workbooks

    I am working btw two workbooks and would like the data I enter in one to
    automatically populate the second. For example, as I add new entries, I
    would like that new entry to populate on the second workbook (separate file)
    as a new entry as well.

  2. #2
    Registered User
    Join Date
    08-11-2005
    Location
    Netherlands Waddinxveen
    Posts
    81
    You could use the on_change event of the first workbook
    to fill the cells off workbooks(2).cells(Target)
    with the same value

    You need to do some error checking if you want to do this.
    How is your VBA skill?

  3. #3
    William Horton
    Guest

    RE: How can you have data automatically populate btw workbooks

    Or you could just "Save As" the workbook and give it another name. Or if you
    want to keep a database of all the entries you make in another workbook use
    the template wizard with data tracking (tools / addin's).

    "kzparham" wrote:

    > I am working btw two workbooks and would like the data I enter in one to
    > automatically populate the second. For example, as I add new entries, I
    > would like that new entry to populate on the second workbook (separate file)
    > as a new entry as well.


+ 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