summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl
blob: 12183fc00399d88122664861e488eff22dfb5190 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlRunAutoMacro {
        const long xlAutoActivate = 3;
        const long xlAutoClose = 2;
        const long xlAutoDeactivate = 4;
        const long xlAutoOpen = 1;
    };
}; }; };