Excel.RefErrorCellValueSubType enum
Represents types of #REF! errors.
Remarks
Fields
corruptCellRef = "CorruptCellRef" | An error caused by a corrupt formula. Displays as error type #REF! in Excel. |
externalLinksCalculatedRef = "ExternalLinksCalculatedRef" | An error caused by dynamic array references from the linked workbook. Displays as error type #REF! in Excel. |
externalLinksStructuredRef = "ExternalLinksStructuredRef" | An error caused by structured references from the linked workbook. Displays as error type #REF! in Excel. |
unknown = "Unknown" | An unknown type of error. Displays as error type #REF! in Excel. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins