Loungers
Sorry to bother you, but is there a better way to check if an e-mail entered by the user is in the right format?
That is I can check to see if there is a @ sign, or maybe it the e-mail has .com at the end of it, but then there are a lot of domains and if you are say in another country then the .com might not be the last thing in the string.
I was trying to see if I get an error if I use the hyperlink, and do a mailto, but that is also not so accurate.
I have the user enter e-mails in a textbox on the userform, and I need to vaidate that entry before moving on. Mind you I don’t want to validate if the e-mail is working, just its format.
Thanks for any suggestions?
Wassim