ExternalWorkbook Members
An external workbook.Properties
| Name | Description |
|---|---|
| DefinedNames | Provides access to a collection of defined names for the external workbook. |
| Path | Gets the path to the spreadsheet file loaded as an external workbook. |
| Worksheets | Gets a collection of worksheets contained in the external workbook. |
Events
| Name | Description |
|---|---|
| SchemaChanged | Occurs when the schema of an external workbook is changed (a new worksheet is added, a new defined name appears etc.). |
See Also