11-19-2010, 03:48 PM
Hi
Can you try once by changing the if statementas below
Instead of:
write as:
And Please let me know.
Can you try once by changing the if statementas below
Instead of:
Code:
If veld="Bauer Jack" Then
Code:
If (StrComp(veld,"Bauer Jack")=0) Then