I get type mismatch with the below:
Function(lngAmount) as string
if lngAmount is Null Then
Function = ""
...
Why can't my input be Null? -and how do I solve this?
I get the error in this part: "if lngAmount is Null"
Function(lngAmount) as string
if lngAmount is Null Then
Function = ""
...
Why can't my input be Null? -and how do I solve this?
I get the error in this part: "if lngAmount is Null"