R
red6000
Hi I have a userform with a textbox where the user will enter an email
address.
What I would like to do is have some code that checks that the text entered
is a valid email address format (like website forms do).
so what I was thinking was having code that:
checked that there were no spaces (or other characters like / etc) in the
string
check that the string contained an @ character
and checked that after the @ character there is a .
Is anyone able to point me in the right direction?
Thanks.
address.
What I would like to do is have some code that checks that the text entered
is a valid email address format (like website forms do).
so what I was thinking was having code that:
checked that there were no spaces (or other characters like / etc) in the
string
check that the string contained an @ character
and checked that after the @ character there is a .
Is anyone able to point me in the right direction?
Thanks.