Hello dear friends, I have a small project in which I have a drop-down list in Cell I8 of Sheet8 (HOME) which contains five items: Iletrado, Primaria, Secundaria, Técnica and Superior, from which I require that when one of the those items, the Nivel Form (frmnivel) automatically appears, which is composed of the ComboBox (CombLISTA) that must show the following items: 0, 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do, 13er, 14to, 15to, 16to, 17mo, 18vo, 19no, 20mo y Completa in addition to the OptionButton (OptGRADO, OptTRIMESTRE, OptSEMESTRE and OptAÑO)
Specifically, I want to know if it is possible that, by means of a macro, when choosing the items from the drop-down list in Cell I8, the following conditions are met in the Nivel Form (frmnivel):
Iletrado: the ComboBox (CombLISTA) should only show item 0 and none of the OptionButtons can be selected.
Primaria: the ComboBox (CombLIST) should only show the 1er, 2do, 3er, 4to, 5to, 6to and Completa items:
• If you choose Completa: none of the OptionButtons can be selected.
• If you choose1er, 2do, 3er, 4to, 5to, 6to, only the OptionButton can be selected: OptGRADO
Secundaria: the ComboBox (CombLISTA) should only show the 7mo, 8vo, 9no, 10mo, 11er, 12do, and Completa items:
• If you choose Completa: none of the OptionButtons can be selected.
• If you choose 7mo, 8vo, 9no, 10mo, 11er, 12do, only the OptionButton can be selected: OptGRADO
Técnica: the ComboBox (CombLISTA) should only show the 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do and Completa items:
• If you choose Completa: none of the OptionButtons can be selected.
• If you choose 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do, only the OptionButtons can be selected: OptTRIMESTRE, OptSEMESTRE.
Superior: the ComboBox (CombLISTA) should only show the items 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do, 13er, 14to, 15to, 16to, 17mo, 18vo, 19no, 20mo and Completa:
• If you choose Completa: none of the OptionButtons can be selected.
• If you choose 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do, 13er, 14to, 15to, 16to, 17mo, 18vo, 19no, 20mo, only the OptionButtons can be selected: OptQUARTER, OptSEMESTER and OptYEAR.
Once the Item has been chosen in the ComboBox and the corresponding OptionButton has been selected (in the cases that apply), the information coming from both must be concatenated separated by a space (Example: 7mo Grado) and recorded in Cell I12 of Sheet8 (HOME) by clicking on the Register Button (CmdREGISTRAR), automatically hiding the Nivel Form (frmnivel) when registering the information.
I will be very grateful for the help you can give me.
User: Prueba
Password: Prueba12345
Specifically, I want to know if it is possible that, by means of a macro, when choosing the items from the drop-down list in Cell I8, the following conditions are met in the Nivel Form (frmnivel):
Iletrado: the ComboBox (CombLISTA) should only show item 0 and none of the OptionButtons can be selected.
Primaria: the ComboBox (CombLIST) should only show the 1er, 2do, 3er, 4to, 5to, 6to and Completa items:
• If you choose Completa: none of the OptionButtons can be selected.
• If you choose1er, 2do, 3er, 4to, 5to, 6to, only the OptionButton can be selected: OptGRADO
Secundaria: the ComboBox (CombLISTA) should only show the 7mo, 8vo, 9no, 10mo, 11er, 12do, and Completa items:
• If you choose Completa: none of the OptionButtons can be selected.
• If you choose 7mo, 8vo, 9no, 10mo, 11er, 12do, only the OptionButton can be selected: OptGRADO
Técnica: the ComboBox (CombLISTA) should only show the 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do and Completa items:
• If you choose Completa: none of the OptionButtons can be selected.
• If you choose 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do, only the OptionButtons can be selected: OptTRIMESTRE, OptSEMESTRE.
Superior: the ComboBox (CombLISTA) should only show the items 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do, 13er, 14to, 15to, 16to, 17mo, 18vo, 19no, 20mo and Completa:
• If you choose Completa: none of the OptionButtons can be selected.
• If you choose 1er, 2do, 3er, 4to, 5to, 6to, 7mo, 8vo, 9no, 10mo, 11er, 12do, 13er, 14to, 15to, 16to, 17mo, 18vo, 19no, 20mo, only the OptionButtons can be selected: OptQUARTER, OptSEMESTER and OptYEAR.
Once the Item has been chosen in the ComboBox and the corresponding OptionButton has been selected (in the cases that apply), the information coming from both must be concatenated separated by a space (Example: 7mo Grado) and recorded in Cell I12 of Sheet8 (HOME) by clicking on the Register Button (CmdREGISTRAR), automatically hiding the Nivel Form (frmnivel) when registering the information.
I will be very grateful for the help you can give me.
User: Prueba
Password: Prueba12345