I have this code:
If Me.Combobox.Value = "My Text" Then
As I want to check, if only βMy Textβ is the only value selected, the conditional value is skipped.
I also tried
Me.Combobox.Column(1)
and
Me.Combobox.Text
I believe that there is a simple solution that I just donβt notice.
source share