April 2006
Beginner
1114 pages
98h 16m
English
xmlnamespace.Prefix
Returns the prefix used with a namespace. The following code displays the prefix and URI for the root namespace used in an XML map:
Dim xmap As XmlMap
Set xmap = ThisWorkbook.XmlMaps("Orders_Map")
Debug.Print xmap.RootElementNamespace.Prefix
Debug.Print xmap.RootElementNamespace.UriRead now
Unlock full access