I also normally contradict
@klaus, but I think this time I disagree with his solution.
If you use this statement
str =
Curs.
GetString2(col) and the value is null str does not become
null but sometimes str =
"null" as a string, I would do so
str = Curs.GetString2(col)
If str <> Null And str<>"null" Then
If isnumber(str) Then
End IF
End IF