Hello, I want to determine if certain cells are filled or not filled. I also need to assign a white fill to another cell based on if the cell is white or not filled. I have:
ElseIf Sheets(n).Cells(b, 7).Interior.ColorIndex = 2 Or 0 Then
With Sheets("Results_STEEL").Cells(r, c)...