bengalliboy
MIS
OK I guess I am not thinking .... Can any one help me on this?
I am setting a value at some point of my program as 'Null'
(X =null)
Now when I am comparing the Null it does not return 'True'
(If X is Null or Y is Null then
'Do this
else: msgbox "X or Y is not valid"
Exit
End If
)
Waht am I missing here? Thanks
I am setting a value at some point of my program as 'Null'
(X =null)
Now when I am comparing the Null it does not return 'True'
(If X is Null or Y is Null then
'Do this
else: msgbox "X or Y is not valid"
Exit
End If
)
Waht am I missing here? Thanks