Bass71
MIS
- Jun 21, 2001
- 79
I am trying to determine any of the cells in a range have the format <<interior.colorindex = 3>>
THis is what I have now...
Application.WorksheetFunction.CountA(Range(ActiveCell.Offset(1, 0), ActiveCell.Offset(7, 0))) = 0 Then
However, this is not specific and so I imagine I need to replace the CountA function with some kind of test function.
thanks for the expertise.....RO
THis is what I have now...
Application.WorksheetFunction.CountA(Range(ActiveCell.Offset(1, 0), ActiveCell.Offset(7, 0))) = 0 Then
However, this is not specific and so I imagine I need to replace the CountA function with some kind of test function.
thanks for the expertise.....RO