Excel VBA verifique se a string inteiramente numérica

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

MsgBox IsNumeric(Expression)
Excel Hero