サービス
サービスを探す
プロ人材を探す
仕事を探す
ブログを探す
With セル.FormatConditions.Add(Type:=xlCellValue, Operator:=xlGreaterEqual, Formula1:=値)
.Font.Color = 文字色
.Interior.Color = 背景色
End With
With セル.FormatConditions.Add(Type:=xlTextString, TextOperator:=xlContains, String:="文字列")
.Font.Color = 文字色
.Interior.Color = 背景色
End With
With セル.FormatConditions.Add(Type:=xlExpression, Formula1:="= 条件")
.Font.Color = 文字色
.Interior.Color = 背景色
End With
セル.FormatConditions.Delete