MFish
Board Regular
- Joined
- May 9, 2019
- Messages
- 76
Hi,
I need a combobox_Change() code that will update my textbox1 that when I make ANY selection in my combobox, it will add "+1" to my textbox.
Events -
I select a combobox selection in cmb1 and in textbox1 it just says "1".
I select another combobox selection in cmb2 and in textbox 1 it now says "2".
On the same note, if I have to delete the selection in cmb2 the textbox should update back to "1".
I have 30 comboboxes I need this to do to textbox1.
If it matters, I only have Capital Letters in my combobox list. No numbers at all.
I'm hoping this is a relatively simple code. Thanks.
I need a combobox_Change() code that will update my textbox1 that when I make ANY selection in my combobox, it will add "+1" to my textbox.
Events -
I select a combobox selection in cmb1 and in textbox1 it just says "1".
I select another combobox selection in cmb2 and in textbox 1 it now says "2".
On the same note, if I have to delete the selection in cmb2 the textbox should update back to "1".
I have 30 comboboxes I need this to do to textbox1.
If it matters, I only have Capital Letters in my combobox list. No numbers at all.
I'm hoping this is a relatively simple code. Thanks.