Excel VBA Periksa apakah string sepenuhnya numerik

'VBA language function to check if string is ENTIRELY numeric:

MsgBox IsNumeric(Expression)
Excel Hero