View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Miaplacidus Miaplacidus is offline
external usenet poster
 
Posts: 6
Default 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?