excel vba how to check if a cell is a number code example
Example: excel vba check if string entirely numeric
'VBA language function to check if string is ENTIRELY numeric:
MsgBox IsNumeric(Expression)
'VBA language function to check if string is ENTIRELY numeric:
MsgBox IsNumeric(Expression)