Hi everyone, I'm currently working on an MS Excel worksheet which contains 1277 checkboxes, spread over 96 rows. In this sheet, there is a column in which the total of the checked checkboxes is placed. The idea is that when a checkbox is ticked, the total sum in this control column is added by one.
The code for this works fine, because I used the same code on different files with fewer checkboxes. However, when I tick a checkbox in this file with 1277 boxes, nothing happens with the control column.
Is there a limit to the total amount of objects that is allowed in a single file? Or worksheet?
And does anyone know a bypass for this one? I could split up the file in several separate ones, but I'd much rather keep everything in the same document.
Many thanks in advance!!!
Kind regards,
Marc