Re: $$Excel-Macros$$ Email Validation Micro

2013-11-18 Thread Rupesh Patil
Thanks your replay, But I have solve this problem Thanks again On Tue, Nov 19, 2013 at 12:07 AM, ashish koul wrote: > how will u verify what are the conditions > > > On Wed, Nov 13, 2013 at 10:57 AM, Rupesh Patil > wrote: > >> Hi Experts, >> >> I am writing email validation micro, also i shar

Re: $$Excel-Macros$$ Email Validation Micro

2013-11-18 Thread ashish koul
how will u verify what are the conditions On Wed, Nov 13, 2013 at 10:57 AM, Rupesh Patil wrote: > Hi Experts, > > I am writing email validation micro, also i sharing my code with you, can > any buddy tell where I am going wrong. I have to call this funtion on text > box Exit event > > code is >

$$Excel-Macros$$ Email Validation Micro

2013-11-12 Thread Rupesh Patil
Hi Experts, I am writing email validation micro, also i sharing my code with you, can any buddy tell where I am going wrong. I have to call this funtion on text box Exit event code is Public Function isEmailValid(ByVal strEmailAdd As String) As Boolean 'MsgBox ("ok") With CreateObject("VBScr