共用方式為


Excel) (FormatCondition.Formula2 屬性

會傳回與條件化格式或資料驗證第二部分相關聯的值或運算式。 只有在資料驗證條件式格式 Operator 屬性為 xlBetweenxlNotBetween時才使用。 可以為常數值、字串值、儲存格參照或公式。 唯讀的 String

語法

運算式Formula2

表達 代表 FormatCondition 物件的 變數。

範例

如果公式指定介於 5 到 10 之間,本範例會變更儲存格 E1:E10 之條件式格式一的公式。

With Worksheets(1).Range("e1:e10").FormatConditions(1) 
 If .Operator = xlBetween And _ 
 .Formula1 = "5" And _ 
 .Formula2 = "10" Then 
 .Modify xlCellValue, xlLess, "10" 
 End If 
End With

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應