S
Shatin
In cell A1 of a worksheet, the value is entered as 1:50, the format for the
cell is h:mm.
When I test whether the value of A1 is a time or not by using the IsDate()
function, the return value is false:
Debug.Print IsDate(Range("A1"))
How can I test whether the value in cell A1 is a time or not if IsDate()
can't be used?
Thanks!
cell is h:mm.
When I test whether the value of A1 is a time or not by using the IsDate()
function, the return value is false:
Debug.Print IsDate(Range("A1"))
How can I test whether the value in cell A1 is a time or not if IsDate()
can't be used?
Thanks!