SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
If Len(vValue & vbNullString) > 0 Then ' we have a non-Null and non-empty String value doSomething() Else ' We have a Null or empty string value doSomethingElse() End If