Hi,
Can anyone help me. I would like to simplify below code to make it execute efficiently.
What I want is
i=34 and CheckBox2a,
i=36 and CheckBox2b,
i=38 and CheckBox2c,
i=40 and CheckBox2d,
and so on..
However, the code below will execute i=34 for all checkBoxes "a to g" and repeat the same thing for i=36 and so on..