vba check if string contains numbers 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)