 |
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. To do so I'm using CInt() which works well. However there is a chance that the string could be something other than a number, in this case I need to set the integer to 0. Currently I
stackoverflow.com |
 |