By using vba.booksticle.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

948 Steps to 6 Figures by Learning Excel-VBA and Other Skills



Step 593 - IsEmpty( ) vba function


Determines if a variable isn't set yet.

Immediate Window


s = null
? ismissing(s)
False

? isempty(s)
True

? isempty("")
False
? isempty(y)
True

? isempty(0)
False




I created a bug by adding & "" to a request.querystring("xyz") & ""

and testing for isEmpty()

   Table of Contents | Send us your feedback | © 2025 All Rights Reserved | Edit