:: org :: openoffice :: vba :: Excel ::

constants group XlErrorChecks

Constants
xlEmptyCellReferences  
xlEvaluateToError  
xlInconsistentFormula  
xlListDataValidation  
xlNumberAsText  
xlOmittedCells  
xlTextDate  
xlUnlockedFormulaCells  
Constants' Details
xlEmptyCellReferences
const short xlEmptyCellReferences = 7;
xlEvaluateToError
const short xlEvaluateToError = 1;
xlInconsistentFormula
const short xlInconsistentFormula = 4;
xlListDataValidation
const short xlListDataValidation = 8;
xlNumberAsText
const short xlNumberAsText = 3;
xlOmittedCells
const short xlOmittedCells = 5;
xlTextDate
const short xlTextDate = 2;
xlUnlockedFormulaCells
const short xlUnlockedFormulaCells = 6;
Top of Page