My problem is as below regarding dates

Dim StartDate as Date

StartDate = #10/01/1999#

...
...
...

Now I want to make the variable empty

I tried to issue null

StartDate = Null

'' Giving Error

Check out this