I have a sheet that has groups of rows of data. Each of these groups has a column of check boxes. I use the check boxes to highlight the selected row and change some various values when selected etc.
At the top of the sheet, I'd like to have the title of the selected row from each group appear, which shouldnt be a problem, as normally only one row from each group is selected. Thing is, in a lot of cases, there are too many rows to solve it with IF/ELSE.
I probably need VBA and some sort of loop. I suppose there are at least two alternatives - a macro is attached to each checkbox and runs and checks what's selected and isnt every time a check box is hit - a macro attached to a button next to the cells at the top of the sheet that says what's selected, but the loop only runs and updates these cells when the button is hit.
For the life of me I cannot figure out the code though. Any thoughts? Probably really easy for most of you. I'm learning, but improving thanks to these forums.
At the top of the sheet, I'd like to have the title of the selected row from each group appear, which shouldnt be a problem, as normally only one row from each group is selected. Thing is, in a lot of cases, there are too many rows to solve it with IF/ELSE.
I probably need VBA and some sort of loop. I suppose there are at least two alternatives - a macro is attached to each checkbox and runs and checks what's selected and isnt every time a check box is hit - a macro attached to a button next to the cells at the top of the sheet that says what's selected, but the loop only runs and updates these cells when the button is hit.
For the life of me I cannot figure out the code though. Any thoughts? Probably really easy for most of you. I'm learning, but improving thanks to these forums.
Last edited: