E
ExcelMonkey
Hi I am testing for whether or not a string variable is a number or not.
When I try:
IsNumeric(CDbl(var1))
It fails giving a Type Mismatch error when the variable is actually not a
number. I would like this to return a True/False. How do I do this?
Thanks
EM
When I try:
IsNumeric(CDbl(var1))
It fails giving a Type Mismatch error when the variable is actually not a
number. I would like this to return a True/False. How do I do this?
Thanks
EM