IsNumeric

<< Click to Display Table of Contents >>

Navigation:  Data Type Functions >

IsNumeric

Description

Returns a Boolean value indicating whether an expression can be evaluated as a number.

Syntax

IsNumeric(expression)

 

The expression argument can be any expression.

Remarks

IsNumeric returns True if the entire expression is recognized as a number; otherwise, it returns False.