simple code for which when a textbox gets filled by 1 to 10+ numbers
the logic is like,
if textbox.text = 1 or 2 or 3 or 4 ( the numbers are the number characters typed )
then
...
ex. msgbox("hello")
is it something to do with <> ? and how..
the logic is like,
if textbox.text = 1 or 2 or 3 or 4 ( the numbers are the number characters typed )
then
...
ex. msgbox("hello")
is it something to do with <> ? and how..