TechnaDiva
Technical User
I am new to VBA and I am trying to control which items show up in my dropdown box (MyDropdown), based on whether a check box (MyCheckbox) is checked or not. The dropdown box is populated from a table (MyChoices). If the check box is checked, I would like it to list choises 1,2,4, and 8. If it is unchecked, I want it to list 3,5,6, and 7. It is important that the unchecked value is the starting value )as the box is unchecked) and that toggling it on and off resets the value accordingly. I have no idea where to begin, but would appreciate any help.