Solved! Go to Solution.
Well, so far I got:
Dim Z
If IsNull () = "True" then = 0
End if
But it doesn't work... any suggestions?
Thanks.
If IsNull() Then Output = 0 Else Output = End If
Well, so far I got:
Dim Z
If IsNull () = "True" then = 0
End if
But it doesn't work... any suggestions?
Thanks.
If IsNull() Then Output = 0 Else Output = End If