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

constants group XlDisplayUnit

Constants
xlHundredMillions  
xlHundreds  
xlHundredThousands  
xlMillionMillons  
xlMillions  
xlTenMillions  
xlTenThousands  
xlThousandMillions  
xlThousands  
Constants' Details
xlHundredMillions
const long xlHundredMillions = -8;
xlHundreds
const long xlHundreds = -2;
xlHundredThousands
const long xlHundredThousands = -5;
xlMillionMillons
const long xlMillionMillons = -10;
xlMillions
const long xlMillions = -6;
xlTenMillions
const long xlTenMillions = -7;
xlTenThousands
const long xlTenThousands = -4;
xlThousandMillions
const long xlThousandMillions = -9;
xlThousands
const long xlThousands = -3;
Top of Page