test = Empty

If test = “empty” Then
MsgBox “This should not show”
End If

If test = “” Then
MsgBox “test is empty”
End If