Computer Science, asked by saitejachittoju1919, 7 months ago

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 vaidikabhandekar5
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