Hi friends,
What I need to do is,
- If fruits is selected in question 1,
then automatically OptionButton3, OptionButton4 & OptionButton5 should get activated
and OptionButton6, OptionButton7 and cell E9 should get deactivated (means user should be restricted to use them).
- if vegetables is selected in qusetion1 ,
then automatically OptionButton6, OptionButton7 and cell E9 should get activated
and OptionButton3, OptionButton4 & OptionButton5 should get deactivated
I have used activeX option buttons as that is the requirement from my boss.
I tried to use If-Then-Else but its not working
.
Sample workbook
https://www.dropbox.com/s/j36csnsj3gcfbbq/Option button deactivation.xlsm
<input id="ext_msg_elm" type="hidden">
What I need to do is,
- If fruits is selected in question 1,
then automatically OptionButton3, OptionButton4 & OptionButton5 should get activated
and OptionButton6, OptionButton7 and cell E9 should get deactivated (means user should be restricted to use them).
- if vegetables is selected in qusetion1 ,
then automatically OptionButton6, OptionButton7 and cell E9 should get activated
and OptionButton3, OptionButton4 & OptionButton5 should get deactivated
I have used activeX option buttons as that is the requirement from my boss.
I tried to use If-Then-Else but its not working
Sample workbook
https://www.dropbox.com/s/j36csnsj3gcfbbq/Option button deactivation.xlsm
<input id="ext_msg_elm" type="hidden">