CustomXMLValidationError.Delete method (Office)

Deletes the CustomXMLValidationError object representing a data validation error.

Syntax

expression.Delete

expression An expression that returns a CustomXMLValidationError object.

Example

The following example deletes the validation error containing specific text.

Dim objCustomXMLValidationError as CustomXMLValidationError 
 
' Deletes the specified error message. 
objCustomXMLValidationError.Text("To add content to this data stream, it must be valid, well-formed XML.").Delete

See also

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.