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. |