Validation.Issues property (Visio)
Returns the collection of all the validation issues in the document. Read-only.
Syntax
expression. Issues
expression A variable that represents a Validation object.
Return value
Example
The following Visual Basic for Applications (VBA) example shows how to use the Issues property to get an object that represents the collection of all the validation issues in the document.
Dim vsoDocument As Visio.Document
Dim vsoIssues As Visio.ValidationIssues
Set vsoDocument = Visio.ActiveDocument
Set vsoIssues = vsoDocument.Validation.Issues
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.