I have a worksheet that consists of 32 sheets, one for each day of the month and one for totals. Each of these sheets has 70 lines full of data, each line also has two checkboxes, these checkboxes are supposed to change the color of the line, according to which checkbox is selected.
What I'm trying to avoid is having the same function copied to every checkbox function (140 checkboxes per sheet across 31 sheets at say 4 lines of code a piece! That's 17360 lines of code that frankly, I don't want to...even copy and paste! Not withstanding the fact that the file would be about 100MB when I was done!)
I know that I can have all of the checkboxes call one function, but I don't know how to tell which checkbox was changed, to know which line to change the colors on.
Any ideas? Thanks in advance!
-Bean
What I'm trying to avoid is having the same function copied to every checkbox function (140 checkboxes per sheet across 31 sheets at say 4 lines of code a piece! That's 17360 lines of code that frankly, I don't want to...even copy and paste! Not withstanding the fact that the file would be about 100MB when I was done!)
I know that I can have all of the checkboxes call one function, but I don't know how to tell which checkbox was changed, to know which line to change the colors on.
Any ideas? Thanks in advance!
-Bean