+ Reply to Thread
Results 1 to 6 of 6

push instead of pull data?

  1. #1
    Registered User
    Join Date
    06-03-2009
    Location
    Lyons, co
    MS-Off Ver
    Excel 2007
    Posts
    4

    push instead of pull data?

    Is there any way to push data from one sheet/workbook to another sheet/workbook, instead of just pulling it like you would normally do by using external references?

    I need to have one sheet that will be read-only, and then filled in with data and constantly saved as something else, so there will be many versions of it. I then need some of the data from those sheets to be pushed into another sheet, cumulatively, so all the data from all the different versions will be available, instead of it just getting written over every time there is a new version saved.

    Help!

  2. #2
    Forum Contributor starryknight64's Avatar
    Join Date
    09-27-2006
    Location
    Missouri
    MS-Off Ver
    2003 (Work) & 2007 (Home)
    Posts
    193

    Re: push instead of pull data?

    Try this:

    Please Login or Register  to view this content.
    Just change the sheet name to what you want each time this macro is run.

    Note: This makes another copy rather than uses a read-only sheet to do the job. Assuming you won't ever touch the duplicate, there's no need for read-only. However, (and this is out of my area of expertise) I'd try looking into setting up permissions. Not sure how to do this.
    starryknight64

  3. #3
    Registered User
    Join Date
    06-03-2009
    Location
    Lyons, co
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: push instead of pull data?

    great - thanks for your help, i'll try that!

  4. #4
    Registered User
    Join Date
    06-03-2009
    Location
    Lyons, co
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: push instead of pull data?

    actually - this doesn't really help me push the data. does anyone know how to do that?

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: push instead of pull data?

    If you provide:

    - the exact destination workbook name
    - the exact destination worksheet
    - the exact cell on the source sheet to push (individual and/or ranges or rows/columns...whatever)
    - the exact destination on the target sheet (appended to end, where, or replace...?)

    Then we can start to imagine a solution for you.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  6. #6
    Registered User
    Join Date
    06-03-2009
    Location
    Lyons, co
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: push instead of pull data?

    the destination workbook name:
    Meal Counts

    destination worksheet:
    Sheet 1

    Cell on source sheet to be pushed:
    B3

    Cell on destination sheet:
    D8 (this is the first cell that will be filled in - my goal is to have additional information, being added after, go into D9, then D10, D11, etc. I need the information that gets changed in the source sheet to be cumulative in the destination sheet, not get over-written).


+ 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