How can I check an empty string into a variable?
For instance, I want to check if the 'Var2' is equal to empty string (I mean nothing):
In this way (Var 2= "") doesn' t runCode:If ((Var1 = 7) AND (Var2 = "")) Then
value.IsValid = False
Exit Sub
End If
Thanks,
Cesar
