XMLURL Property

Microsoft Office Web Components Visual Basic

expression.XMLURL

expression    Required. An expression that returns a Spreadsheet object.

Example

This example loads the contents of the specified XML file into Sheet1 of Spreadsheet1.

Spreadsheet1.XMLURL = "http://example.microsoft.com/Test.xml"