Chrissirhc
Programmer
Hi,
If I have a string "70", how do I check whether it is a number?
Thanks,
Chris
If I have a string "70", how do I check whether it is a number?
Thanks,
Chris
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If IsNumeric(myVariable) Then myVariable = Clng(myVariable)
Application.WorksheetFunction.IsNumber(CDbl(firstCharacter))