Goal: Loop through checkboxes one at a time with BringToFront.
I have a workbook in 2003 which has 1000 forms control checkboxes spread over 3 worksheets. When the sheet is protected, clicking on certain boxes does not check them, but rather the box above or below due to the close proximity of the checkboxes to one another. I have found that if I start at the top, right click one box at a time and "Order > Bring to Front", I am able to click on each box even when the sheet is protected. I would rather run a macro than do this 1000 times. Can someone help with a code that will loop through all boxes in order - something like For i = 1 to 1000 with maybe a "ZOrder msoBringToFront" ?
Thanks
I have a workbook in 2003 which has 1000 forms control checkboxes spread over 3 worksheets. When the sheet is protected, clicking on certain boxes does not check them, but rather the box above or below due to the close proximity of the checkboxes to one another. I have found that if I start at the top, right click one box at a time and "Order > Bring to Front", I am able to click on each box even when the sheet is protected. I would rather run a macro than do this 1000 times. Can someone help with a code that will loop through all boxes in order - something like For i = 1 to 1000 with maybe a "ZOrder msoBringToFront" ?
Thanks