Searching for Value.
I've got code:
for each c in range ....
If c.value 0 then
DoCode
End If
Next C
This was working fine, but suddenly it is executing Do Code whne c is blank.
What is wrong here.
When I test is Isnumeric returns true
The value returns blank and the length returns zero.
What gives?
|