Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Determines whether the validation rule is currently ignored. Read/write.
Syntax
expression. Ignored
expression A variable that represents a ValidationRule object.
Return value
Boolean
Remarks
Issues that pertain to an ignored rule are still recorded but, by default, they are not displayed in the Issues window.
Example
The following Visual Basic for Applications (VBA) example shows how to use the Ignored property to specify that the validation rule named "Unglued2DShape" should not be ignored.
Set vsoValidationRule = vsoValidationRuleSet.Rules.Add("Unglued2DShape")
vsoValidationRule.Ignored = False
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.