CustomXMLSchemaCollection object (Office)
Represents a collection of CustomXMLSchema objects attached to a data stream.
Example
The following example adds a CustomXMLSchema object to a CustomXMLSchemaCollection object.
Dim SchemaCollection As CustomXMLSchemaCollection
SchemaCollection.Add "https://tempuri.org/XMLSchema.xsd"
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.