Check various properties of the controls and take appropriate actions : CheckBox « Forms « VBA / Excel / Access / Word






Check various properties of the controls and take appropriate actions

 
Sub check()
  If CheckBox1.Value = True Then Call yourModule
End Sub

 








Related examples in the same category

1.CheckBox returns a True value when checked, or a False value if not.
2.Makes CheckBox control appear with a check mark: