Select Case e.Col.name
Case "D1", "D2", "D3", "D4", "D5", "D6", "D7", "D8", "D9", "D10", "D11", "D12", "D13", "D14", "D15", "D16", "D17", "D18", "D19", "D20", "D21", "D22", "D23", "D24", "D25", "D26", "D27", "D28", "D29", "D30", "D31", "D32", "D33", "D34", "D35", "D36", "D37", "D38", "D39", "D40", "D41", "D42", "D43", "D44", "D45", "D46", "D47", "D48", "D49", "D50"
if e.Row.isnull(e.Col.name) = false
If e.Row(e.Col.name).contains("P") Then
e.Style = "橙底"
elseIf e.Row(c).contains("F") Then
e.Style = "绿底"
End If
End If
End Select