Hi,
When the user enters data in a input box I have to check if the has the correct (data) type. But I do not know how to do that.
i.e
dim varAnswer as variant
varAnswer = inputbox("Enter the new price", "New Price"
How do I check if the answer is not a string like:
string
but a digit like:
4,50
Thanks.
When the user enters data in a input box I have to check if the has the correct (data) type. But I do not know how to do that.
i.e
dim varAnswer as variant
varAnswer = inputbox("Enter the new price", "New Price"
How do I check if the answer is not a string like:
string
but a digit like:
4,50
Thanks.