Hmm iam little confused .
What i want exactly :
1 and 8 always checked! <-- ok
When nothing selected from 2 to 7 , 1 and 8 must not run but only a msg that says "nothing selected"
To understand better lets say that 1 = msgbox (0,"", Now starting installs from 2 to 7, depending which selected)
and 8 = msgbox (0,"", Installs from 2 to 7 finished, depending which selected)
So if from 2 to 7 nothing selected , just a msgbox "nothing selected".
If at least one selected from 2 to 7 . eg. selected only 5.
It must run 1,5,8.
I have headache