Quote:
Originally Posted by macropod
|
I already understand how the checkboxes work in a userform. The problem I have now is how you efficiently code each scenario. For example, a userform with 3 options A., B., and C.. The tutorial I watched said that you need to specifically code for every combination: not only the 3 respective options but also like "A. and B."
If I have 5 checkboxes as a group, I will have to code for C(5,5)+C(5,4)+C(5,3)+C(5,2)+C(5,1)+C(5,0)=1+5+10+1 0+5+1=32 conditions. Is there a way to overpass this issue?