Hi, so I have this code:
Basically I want to "do stuff" even if the text box contains a string with cases different than my above check such as "Blah" or "blAH".
Thank you in advance for any help!
Code:
sub button_click()
if textbox1.text = "blah" then
'do stuff
end if
end sub
Thank you in advance for any help!