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

constants group XlTextParsingType

Constants
xlDelimited  
xlFixedWidth  
Constants' Details
xlDelimited
const short xlDelimited = 1;
xlFixedWidth
const short xlFixedWidth = 2;
Top of Page