I need to know when a checkbox is checked and run some code for each checkbox checked (different code) 20 checkboxes and not run the code if not checked.
i have tried both of these
If DlgValue("CheckBox1")=True then
'If CheckBox1 = True Then
neither works?
and if anyone can help with some kind of loop to get this working i would be so thankfull
i have tried both of these
If DlgValue("CheckBox1")=True then
'If CheckBox1 = True Then
neither works?
and if anyone can help with some kind of loop to get this working i would be so thankfull