I have several columns of dates, some in white (hidden) and some inblack. I would like to be able to count the number of dates in blackfont. Is this possible?
Put this in a loop statementIf Selection.Interior.ColorIndex = 1 ThenCount = Count + 1End If
but where do i enter this statement, inthe cell or some designated area?
Insert the code in a macro. If you are not sure how to create your ownprocedure, record a macro, and then edit it. You will be able to enterthe code there.