excel - vba convert string to int if string is a number - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
excel - vba convert string to int if string is a number - Stack Overflow
I need to convert a string, obtained from excel, in VBA to an interger. ... Use
IsNumeric. It returns true if it's a number or false otherwise. Public Sub ...