Thread
:
empty cell?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Lawson
external usenet poster
Posts: 15
empty cell?
how come blank cells have a value of greater than 0???
i have a simple formula:
If Range("b10") 0 Then Range("h31") = 1
b10 is blank, yet is still sets h31 = 1
how do i get around this???
Reply With Quote
Lawson
View Public Profile
Find all posts by Lawson