Hi,
I have a file with multiple worksheets (tabs). The checkboxes can be filled in one sheet, and are also visible on another. But on this other tab, they may not be altered! I have code like this:
Sub CheckBox3_Click()
'ga film
Worksheets("Products").Select
Range("b13").Select
If...