Using Excel 97, I have set up a form that when a checkbox is ticked (= TRUE), then all other checkboxes on that form also become ticked (= TRUE).
I need to be able to say.....
For each CheckBox in MyForm
CheckBox.value = TRUE
I also don't know whether I need to declare "MyForm", and if I do what to declare it as?????
Help would be very much appreciated.
Leigh