Here are some more Examples. I will edit this post and add more as I finish them. ;===================================================================== ; Verify that an e-mail address is properly formatted ; This was modified from a string located on Regular-Exp[b][/b]ressions.info ;===================================================================== $EmailAdds = "email adds here" if StringRegExp($EmailAdds, "\<[A-Za-z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}\>") Then MsgBox(0, "E-Ma