我已经将以下代码放在一起,以循环遍历范围并突出显示比基准测试大5-10%、10-15%或15+%或比基准低5-10%、10-15%或15+%的测试结果。 它似乎对某些结果有效,但跳过了其他结果。* 1.05 And Cells(r, c) < Cells(9, c) * 1.1 And Cells(r, c) <> "" Then Cells(r, c).Interior.Color = RGB* 1.1 And Cells(r, c) < Cells(9, c) * 1.15 And Cells