View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Duncan[_5_] Duncan[_5_] is offline
external usenet poster
 
Posts: 290
Default Validate an Email Address

Hi Guys,

I wondered if it was possible to design a simple form with one textbox
and a submit button that would validate an email address put in the
textbox to see if it was a correct email address. (i dont mean the
syntax/format, but actually a real email address)

I have seen an article on how to do it in PHP
(http://www.sitepoint.com/article/use...il-address-php) but I would
prefer to do it through a userform

Does anyone know if this is possible?

Duncan