XlCorruptLoad Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the processing for a file when it is opened.
public enum class XlCorruptLoad
public enum XlCorruptLoad
Public Enum XlCorruptLoad
- Inheritance
-
XlCorruptLoad
Fields
Name | Value | Description |
---|---|---|
xlNormalLoad | 0 | Workbook is opened normally. |
xlRepairFile | 1 | Excel is attempting to repair the workbook. |
xlExtractData | 2 | Excel is attempting to recover the data in the workbook. |