View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mikhail Mikhail is offline
external usenet poster
 
Posts: 9
Default 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