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

constants group XlSpecialCellsValue

Constants
xlErrors  
xlLogical  
xlNumbers  
xlTextValues  
Constants' Details
xlErrors
const short xlErrors = 16;
xlLogical
const short xlLogical = 4;
xlNumbers
const short xlNumbers = 1;
xlTextValues
const short xlTextValues = 2;
Top of Page