XlCorruptLoad Enumeration
Specifies the processing for a file when it is opened.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlCorruptLoad
'Usage
Dim instance As XlCorruptLoad
public enum XlCorruptLoad
Members
Member name | Description | |
---|---|---|
xlNormalLoad | Workbook is opened normally. | |
xlRepairFile | Excel is attempting to repair the workbook. | |
xlExtractData | Excel is attempting to recover the data in the workbook. |