1 module ooo
{ module vba
{ module excel
{
2 constants XlDisplayUnit
{
3 const long xlHundredMillions
= -8;
4 const long xlHundreds
= -2;
5 const long xlHundredThousands
= -5;
6 const long xlMillionMillions
= -10;
7 const long xlMillions
= -6;
8 const long xlTenMillions
= -7;
9 const long xlTenThousands
= -4;
10 const long xlThousandMillions
= -9;
11 const long xlThousands
= -3;