Excel VBA prüfen, ob die Zeichenfolge vollständig numerisch ist
'VBA language function to check if string is ENTIRELY numeric:
MsgBox IsNumeric(Expression)
Excel Hero
'VBA language function to check if string is ENTIRELY numeric:
MsgBox IsNumeric(Expression)