Thread
:
if char is number
View Single Post
#
1
Posted to microsoft.public.excel.programming
Roman Töngi
external usenet poster
Posts: 6
if char is number
How can I determine whether a char is a digit or a period by menas of VBA?
Example:
If char = 0 or char = 1 ... or char = 9 or char = "." Then
...
There is sure to be a shorter solution.
Regards,
Roman
Reply With Quote
Roman Töngi
View Public Profile
Find all posts by Roman Töngi