R
Robert Crandal
I have a textbox on my main Userform that allows
someone type type in text. I would like to be able
to test for cases when "nothing" is entered into
the textbox, meaning no keystrokes were pressed
inside the textbox. Additionally, I would like to know
if the user pressed a sequence of blank or space characters.
For example, if someone presses the spacebar a couple
times, or the tab key, or a mixture of both, I would like
some function to tell me that the text string contains a
set of whitespace or blank characters.
Or would it just be easier to test if the string contains
ALL alphanumeric characters?
Thanks!
someone type type in text. I would like to be able
to test for cases when "nothing" is entered into
the textbox, meaning no keystrokes were pressed
inside the textbox. Additionally, I would like to know
if the user pressed a sequence of blank or space characters.
For example, if someone presses the spacebar a couple
times, or the tab key, or a mixture of both, I would like
some function to tell me that the text string contains a
set of whitespace or blank characters.
Or would it just be easier to test if the string contains
ALL alphanumeric characters?
Thanks!