为什么无色运行不了,白色可以运行?还有什么可以替代无色的吗?
If Not ActiveSheet.Cells(i, 10).Comment Is Nothing And (ActiveSheet.Cells(i, 10).Interior.ColorIndex = 0 Or ActiveSheet.Cells(i, 10).Interior.ColorIndex = 2) Then MsgBox "第" & i & "行无颜色!"