I plan to add 50 CheckBoxes to a ws in my project.
Other than creating 50 Subs to handle these events, can I get suggestions on how to:
Sub CheckBox3_Click()
Application.ScreenUpdating = False
If CheckBox3.Value = True Then
Range("B3:V3").Select
With Selection.Font
.ThemeColor =...