Enables an available EXCEL add-in in the list (File, Options, Add-ins, Excel add-ins, Go).
An add-in can also be added to the list and activated with the XLADDINS command.
Syntax
CHGVAR |
VAR(&CMD) VALUE('XLENAADD') |
CHGVAR |
VAR(&PARM1) VALUE('Add-in') |
CHGVAR |
VAR(&PARM2) VALUE(' ') |
CALL |
PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 + &PARM2 &RESULT) |
Parameters
Parameters |
|
Parm1 |
Full path to add-in to activate. |
Parm2 |
|
Example
LNCCMD CMD(XLENAADD) PARM1('C:\A\ModelMacro2.xlam')
See also
• XLADDINS
• XLDISADD