April 2006
Beginner
1114 pages
98h 16m
English
Use the XPath object’s Clear method to remove a mapping from a list column or range. For example, the following code removes the mappings from the list created in the preceding section:
Set ws = ThisWorkbook.Sheets("Sheet1")
Set lo = ws.ListObjects(1)
For Each lc In lo.ListColumns
lc.XPath.Clear
NextRead now
Unlock full access