09-28-2010, 04:11 PM
Hi
Use 'IsNumeric' Function.It returns True if the expression is recognized as a number; otherwise, it returns False.
Ex:
~Regards
Use 'IsNumeric' Function.It returns True if the expression is recognized as a number; otherwise, it returns False.
Ex:
Code:
If IsNumeric(str_Value ) Then
str_Value = FormatNumber(str_Value, 2)
End If
~Regards