This function converts an expression to a Variant of subtype Single.
CSng(expression)
Returns a Variant of subtype Single.
Use CSng to force currency arithmetic in cases where using expression directly would result in a type mismatch or other error.
If expression lies outside the acceptable range for the Single subtype, an overflow error occurs.