WorksheetFunction.FilterXML method (Excel)
Gets specific data from the returned XML, typically from a WebService function call.
expression.FilterXML (Arg1, Arg2)
expression A variable that represents a object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Arg1 | Required | String | Valid XML string. |
Arg2 | Required | String | XPath query string. |
The XPath parameter is limited to 1024 characters.
The FilterXML function returns results that are parsed via the user specified data locale.
Variant
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.