April 2006
Beginner
1114 pages
98h 16m
English
xmlschema.Namespace
Returns the target namespace used by the schema. The following code displays the target namespace for a schema in the Debug window:
Set xmap = ThisWorkbook.XmlMaps("Orders_Map")
Debug.Print xmap.Schemas(1).NamespaceRead now
Unlock full access