I have read somewhere in the forums that this statement:

If myStr = "" Then

is less convenient (efficient?) than:

If myStr = vbNull Then

But I can't remember if the correct constant above is vbNull, vbNullChar, vbNullStr or what...