ok... I want my program to check all "Checkboxes" - which it can do... but I want it to check throughout the program (i used a timer) to see if ALL the checkboxes are checked. However, I am not too sure about how I would basically say:

If check1, check2 AND check3.value = true then
msgbox ....
end if...

please help