how to check if a string is a number in vba 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)