module ooo { module vba { module excel { constants XlSortDataOption { const long xlSortNormal = 0; const long xlSortTextAsNumbers = 1; }; }; }; };