Which function is used to check whether the given input is numeric or Not in VBA?
Is Num();
Is Number();
Numeric();
Is Numeric();
Answers
Answered by
0
Answer:
The Microsoft Excel ISNUMERIC function returns TRUE if the expression is a valid number. Otherwise, it returns FALSE. TheISNUMERIC function is a built-infunction in Excel that is categorized as an Information Function. It can beused as a VBA function (VBA) in Excel.
Similar questions