+ Reply to Thread
Results 1 to 2 of 2

Multiple Worksheet Change

  1. #1
    Registered User
    Join Date
    03-21-2017
    Location
    PA
    MS-Off Ver
    2016
    Posts
    12

    Multiple Worksheet Change

    First, my workbook works. It's not as most experts would have it but it works. However, I have additional time and thought I'd post to figure out something I could not. The attached workbook is for a baseball draft. Most of the data has been removed to restrict file size. However, when a player is selected (Sheet 'Draft') he's automatically populated onto Sheet 'Grid' without having to manually select Sheet 'Grid' I have no issue here. My issue is I cannot additional sheets to automatically update accordingly (i.e. without physically selecting the tabs).

    I have the following macro for Sheets 'Hitter Data', 'Pitcher Data' and 'ADP'. I call the macro upon sheet selection (basically, the macro is stating that if a player is drafted on Sheet 'Draft' his appropriate row is hidden).

    Please Login or Register  to view this content.
    Again, it works. However, I'd like to automatically perform this without having to select the appropriate sheet. I assumed this would be a multiple worksheet change occurring in Sheet 'Draft' (whenever any change occurred in 'Draft'$D$4:$D:$1004). However, I could not get it to work and did it the "novice" way. However, I'd love to see this work as intended.

    I've attached the sheet for reference.
    Attached Files Attached Files
    Last edited by JBeaucaire; 03-25-2017 at 09:01 PM. Reason: Added missing CODE tags. Please read and follow the Forum Rules, link above in the menu bar. Thanks.

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Multiple Worksheet Change

    I see something missing here, namely: the position the player is being drafted for. You will need that to fill in the roster.

    You will need "normalize" player data, but you seem to have that with Hitter and Pitcher data.

    I recommend as you do the draft that you build a normalized database with team, player, position. The rest of the information can be looked up from either the pitcher or hitter data. Building a normalized database makes the spreadsheet much more powerful. You could then get most of the information you want through a series of pivot tables.

    You could also do the draft on a user form by round and after each team picks, the selected player would be deleted from the list of players that can be chosen.

    All these are suggestions for improvement except the first one. You can't fill in a roster without knowing what position the player is being drafted for.

    Also, I'm not sure what the ADP sheet is used for and how the grid in columns C:N are filled in.
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

+ 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. [SOLVED] VBA help - multiple worksheet change events
    By tbear1997 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-08-2016, 03:51 PM
  2. Worksheet change event with multiple column cell value change
    By borgyang in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-29-2015, 11:53 AM
  3. Multiple worksheet change
    By CORELS in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-30-2013, 08:23 AM
  4. [SOLVED] alternative for (multiple) worksheet change
    By eculver in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-25-2013, 05:05 PM
  5. Multiple Worksheet Change Events
    By jomili in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 12-13-2010, 06:14 PM
  6. Multiple change events in one worksheet?
    By JBW in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-22-2009, 01:33 AM
  7. Multiple Worksheet Change Events???
    By Potoroo in forum Excel General
    Replies: 3
    Last Post: 11-28-2006, 12:59 AM

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