Excel VBA Sprawdź, czy ciąg całkowicie numeryczny

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

MsgBox IsNumeric(Expression)
Excel Hero