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

constants group XlColumnDataType

Constants
xlDMYFormat  
xlDYMFormat  
xlEMDFormat  
xlGeneralFormat  
xlMDYFormat  
xlMYDFormat  
xlSkipColumn  
xlTextFormat  
xlYDMFormat  
xlYMDFormat  
Constants' Details
xlDMYFormat
const short xlDMYFormat = 4;
xlDYMFormat
const short xlDYMFormat = 7;
xlEMDFormat
const short xlEMDFormat = 10;
xlGeneralFormat
const short xlGeneralFormat = 1;
xlMDYFormat
const short xlMDYFormat = 3;
xlMYDFormat
const short xlMYDFormat = 6;
xlSkipColumn
const short xlSkipColumn = 9;
xlTextFormat
const short xlTextFormat = 2;
xlYDMFormat
const short xlYDMFormat = 8;
xlYMDFormat
const short xlYMDFormat = 5;
Top of Page