I have some program-generated combo boxes on a userform. Each combobox contains a unique list.
Clicking a selection in the list runs a macro that populates cell values on the sheet. (Of course, the user can manually overwrite these values.) The macro only runs when a different choice is made.
I would like the ability, that when the user reselects the same dropdown list selection, the macro would run again. (overwriting the cell values with the default values.)
(currently this only works when the user selects a different choice, then reselects the original choice.)
I appreciate any hints or leads.
I was thinking about a combobox_change event, but not sure if this is correct or how to implement this.
thanks.
Clicking a selection in the list runs a macro that populates cell values on the sheet. (Of course, the user can manually overwrite these values.) The macro only runs when a different choice is made.
I would like the ability, that when the user reselects the same dropdown list selection, the macro would run again. (overwriting the cell values with the default values.)
(currently this only works when the user selects a different choice, then reselects the original choice.)
I appreciate any hints or leads.
I was thinking about a combobox_change event, but not sure if this is correct or how to implement this.
thanks.