So juts a simple program im trying to make. User selects a count of rows... generates a grid with that many rows by 4 columns, each box is labeled 1,2,3,4 respectively from left to right of the columns. Rows are labeled, pick and the # that was entered by the user respectively, ie: pick 1, pick 2, pick and so on til it meets the count of rows... The boxes are clickable when clicked the box that starts white with black number, then turns black with red number, if its clicked again it returns to normal... User can go through grid and click selected boxes in each row and when satisfied can hit confirm ---
the above ive already done its the next part im having issues with. So when i ht confirm and create a sheet it only shows 2 of the 4 boxes inside the results sheet. Before it showed all of them but i wanted the results to be larger so i could like see it from a far. Basically when confirm is clicked i want it to start with row 1 or (pick 1) and show the 4 boxes on how the user chose to click or not click those boxes. Then they can click next to go to the next row. Once they get to the last row and have clicked next it would loop back to the first row again, and there would be a loop counter +1 ie: Loops 1.
Creating this simple thing because in weaving you have 4 shafts to choose from and you usually pull 2 each row based on a pattern. ie columns 1 2 3 4 , if i have a 8 row repeat for my pattern, each row will tell me which 2 shafts ( or clicked boxes) i need to pull to weave that row...
Thanks for any help <3...