Thread
:
How not number ?
View Single Post
#
2
Posted to microsoft.public.excel.programming
DM Unseen
external usenet poster
Posts: 233
How not number ?
Dim x As variant
x = Range("G10")
If Isnumeric(x) then msgbox "we have a number!" else msgbox "we cannot
compare this to a number!"
DM Unseen
Reply With Quote
DM Unseen
View Public Profile
Find all posts by DM Unseen