J
Jeremy
So I have a userform with 5 comboboxes with selections that need to be made.
At the bottom are the buttons "next" "cancel" and "help".
I want to have the "next" button disabled until the user has made a
selection (any selection) in each combobox, then I want it enabled.
I figured I could have the next button check to see if anything is not
selected, but that only works on a click...
At the bottom are the buttons "next" "cancel" and "help".
I want to have the "next" button disabled until the user has made a
selection (any selection) in each combobox, then I want it enabled.
I figured I could have the next button check to see if anything is not
selected, but that only works on a click...