Thread
:
If Range ("C22") < = 0
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
If Range ("C22") < = 0
Sub zin()
If IsEmpty(Range("C22")) Then
Range("C22").Value = 0
End If
End Sub
--
Gary''s Student - gsnu200813
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student