Hello programmers!
I want small help with code. I want something to happen when text in TextBox1 is A or B or C without writing same code 3 times. I don't know how to write it. I tried with it:
If TextBox1.Text = "A" or "B" or "C" Then
'Event
End if
Thanks.