PrintErrors
Represents the various ways to print cell errors in a worksheet.
Enumeration Members
Section titled "Enumeration Members"DontPrint
Section titled "DontPrint"Errors are not prints, as though the cells containing them have no value.
DontPrint = 1 PrintAsDashes
Section titled "PrintAsDashes"Errors are printed as two dashes "--".
PrintAsDashes = 2 PrintAsDisplayed
Section titled "PrintAsDisplayed"Errors are printed just as they are displayed on the worksheet.
PrintAsDisplayed = 0 PrintAsNA
Section titled "PrintAsNA"Errors are prints as "#N/A".
PrintAsNA = 3