Use Combo box to select/deselect rows
I like to set up a combo box that can help me to select/deselect/exclude/hide some rows in some specific row, Can any help out on my script below?Many Thanks, Names Default To Here(1);dt=Current Data table();MRB_List={"Bin1", "Bin2", "Bin3", "Bin4", "Bin5"};Prod_List={"Binned"};New Window("Production & MRB Filter",Outline Box("Production Selection/Exclusion"), cb=Combo Box ({"MRB","Prodction Good...
bernie426