View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default If Range ("C22") < = 0

Sub zin()
If IsEmpty(Range("C22")) Then
Range("C22").Value = 0
End If
End Sub
--
Gary''s Student - gsnu200813