Thread
:
Using Nothing and Null
View Single Post
#
1
Posted to microsoft.public.excel.programming
Mikhail
external usenet poster
Posts: 9
Using Nothing and Null
What is the difference between Nothing (if Range("A1") is Nothing then ...)
and Null (if IsEmpty(Range("A1") then ...)?
What is better to use with ranges (seems both keywords work)?
Thanks in advance,
Mike510
Reply With Quote
Mikhail
View Public Profile
Find all posts by Mikhail