1 module ooo
{ module vba
{ module access
{
2 constants AcColorIndex
{
3 const long acColorIndexAqua
= 14;
4 const long acColorIndexBlack
= 0;
5 const long acColorIndexBlue
= 12;
6 const long acColorIndexBrightGreen
= 10;
7 const long acColorIndexDarkBlue
= 4;
8 const long acColorIndexFuschia
= 13;
9 const long acColorIndexGray
= 7;
10 const long acColorIndexGreen
= 2;
11 const long acColorIndexMaroon
= 1;
12 const long acColorIndexOlive
= 3;
13 const long acColorIndexRed
= 9;
14 const long acColorIndexSilver
= 8;
15 const long acColorIndexTeal
= 6;
16 const long acColorIndexViolet
= 5;
17 const long acColorIndexWhite
= 15;
18 const long acColorIndexYellow
= 11;