LoadSettings Method [Excel 2003 VBA Language Reference]

Note  XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

Initializes the specified data binding with settings from an XML data file or a Data Retrieval Service Connection (.uxdc) file.

expression.LoadSettings(Url)

expression Required. An expression that returns an XmlDataBinding object.

Url   Required String. The path to the XML data or Microsoft Office XML Data Source (.uxdc) file. The path is specified in the Uniform Resource Locator (URL) or universal naming convention (UNC) format.

Applies to | XmlDataBinding Object