Is there a way to change the Input Range of a Combo box based on a radio button selection? If this goes well, the spreadsheet user will make a choice from several radio buttons. For each selection, I would like to reference a different data array.
Is there a way to "hide" the Combo Box if the user selects an option that does not require the menu. (This solution is less important to me. If possible, I could change the input range to a cell that states "No Input Required"
The Combo Box I am attempting to use is made from the Forms Toolbar (apparently this is different than the one the control toolbar, but that's a separate question).
If this involves complicated VBA it might be over my head (I'm a newbie to VBA).
Thanks for your help.
Is there a way to "hide" the Combo Box if the user selects an option that does not require the menu. (This solution is less important to me. If possible, I could change the input range to a cell that states "No Input Required"
The Combo Box I am attempting to use is made from the Forms Toolbar (apparently this is different than the one the control toolbar, but that's a separate question).
If this involves complicated VBA it might be over my head (I'm a newbie to VBA).
Thanks for your help.