April 2006
Beginner
1114 pages
98h 16m
English
xpath.Clear
Removes an XML mapping from a list column or range. Use this method to remove elements from an XML map. For example, the following code removes the mappings for each of the columns in a list:
Set ws = ThisWorkbook.Sheets("Sheet1")
Set lo = ws.ListObjects(1)
For Each lc In lo.ListColumns
lc.XPath.Clear
NextRead now
Unlock full access