NamedRange::Errors Property
Gets an Errors object that enables you to access error checking options.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Reference the Errors object to view a list of index values associated with error checking options.
The following code example creates a NamedRange and inserts a number written as text into the range, and then uses the Errors property to determine whether the number is written as text.
This example is for a document-level customization.
Show: