Mega Code Archive

 
Categories / VisualBasic Script / Forms
 

Check various properties of the controls and take appropriate actions

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