
Originally Posted by
6StringJazzer
I am not a big fan of dynamically created checkboxes on a worksheet. In addition, using this kind of VBA for a user who does not know Excel well could confuse the user, and you have to make sure they understand how to enable macros.
How will these checkboxes be used? That is, once a user checks one, how is that used as some kind of data? Do you also want to link the checkboxes to cells?
An option that works just as well, and is much easier to implement, is to have the user put an X into the cells rather than use checkboxes.
Also, what does "when a new row is selected within the selected row" mean?
To make any progress, regardless of the solution, we'll need a sample workbook. Please see yellow banner at the top of the page.
Bookmarks