Excel VBA Compruebe si Cadena completamente numérica

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

MsgBox IsNumeric(Expression)
Excel Hero