Null and Nothing condition

  • Thread starter Thread starter Sok Ki Hong
  • Start date Start date
S

Sok Ki Hong

I am trying to set up a condition, where if the active
cell is null, it will go through a set of commands.
Currently, I've tried

if ActiveCell is Null
lines of commands

and

if ActiveCell is Nothing
lines of commands

neither one seems to work however, can anyone shine any
light on this? Thank you.
 
Back
Top