PreviousNext
Help > Programming with LAUNCHER Office > LNCCMD commands > Commands list > EXCELOPEN command
EXCELOPEN command

Opens Microsoft EXCEL.

 

If no settings are used, only the Microsoft Excel application is started.

 

Syntax

 

CHGVAR                VAR(&CMD) VALUE('EXCELOPEN')

CHGVAR                VAR(&PARM1) VALUE(' ')

CHGVAR                VAR(&PARM2) VALUE(' ')

CALL                  PGM(LNCCMD) PARM(&HANDLE &CMD &OPT +

                      &PARM1 &PARM2 &RESULT)

 

Parameters

 

Parameters

 

Parm1

Name of the file to open.

It may be empty if a new document has to be created, or includes a template name, if NEW is specified as parameter 2.

 

 

Parm2

Visible = True/False. To show Excel.

Default value is False

 

New = True/False. It allows to create a new document with value = TRUE, if Parm1 is empty.

Default value is False

 

 

 

Example

  LNCCMD     CMD(EXCELOPEN) 

 

See also

EXCELCLOSE

WORDOPEN