MistakesWereMade
Board Regular
- Joined
- May 22, 2019
- Messages
- 103
I have a combo box that has a ListFilledRange property value of a particular column in my spread sheet.
My code is fairly simple after this...
Can anyone tell me why when I click on a combo box selection from the scroll down menu, the selection doesn't appear inside the combo box? For some of the selections it does, but for some it doesn't...
Could really use help here. Any and all help is much appreciated.
My code is fairly simple after this...
Code:
Private Sub ComboBox1_Change()
Me.ComboBox1.DropDown
End Sub
Can anyone tell me why when I click on a combo box selection from the scroll down menu, the selection doesn't appear inside the combo box? For some of the selections it does, but for some it doesn't...
Could really use help here. Any and all help is much appreciated.