+ Reply to Thread
Results 1 to 4 of 4

Programming multiple sheets

  1. #1
    Registered User
    Join Date
    04-26-2012
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    6

    Programming multiple sheets

    I have a spreadsheet with multiple pages and lots of data. This is how it is set up:
    *Page 1= Total list of all the people, their organization, whether they are cleared on certain criteria or not (i.e. John Smith, 113th Cav, Dental Class 3, Not Clear)
    *Page 2= List of all people who are not cleared or have deficiencies

    Page 3-15 are unit breakdowns so it only lists the people in a certain unit

    What I'm trying to do is if I put in information on page 1 that it will automatically populate on the corresponding pages. For example, if I put someone on the total list that is in the 113th Cav, he will automatically populate on the 113th Cav page.

    Or if I change someone on the total list from Cleared to Not Clear, that he will automatically populate on the deficiencies page.

    I was told you can't do that with formulas but would have to code, no idea how to do that.

    Thanks so much

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

    Re: Programming multiple sheets

    Do you have any sample data that you can upload?
    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]

  3. #3
    Registered User
    Join Date
    04-26-2012
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Programming multiple sheets

    EXAMPLE IMR.xlsx

    There is a sample sheet with all my formulas in it, it's exactly like the real one, just without real people or units or ssn's

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

    Re: Programming multiple sheets

    Would you need the updates to happen instantly or on the click of a button?

    The click of a button activation is a better method than doing it instantly as it will difficult to identify which rows have already been copied. If you do it on the click of a button, we can clear out all sheets and reload with data everytime a change happens. And this wont take very long for the macro to perform.

    What do you say?

+ 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