EXCEL_START

EXCEL_START

LAUNCHES MICROSOFT EXCEL

  • Type: Command
  • Parameter: 0
  • Group: Excel

ACTION

The command EXCEL_START launches Microsoft Excel software, if it is available on the computer, and if it is not already running.

SYNTAX: EXCEL_START

USE

  • The command is used to launch Microsoft Excel.

ERROR

  • If Excel software is already running.
  • If Excel software is not available on the computer.

EXAMPLE

rem launch Excel software

excel_start

rem wait for 5 secondes

wait 5000

rem stop Excel software

excel_stop

SEE ALSO

EXCEL_STOP

EXCEL_FILE_NEW

EXCEL_FILE_CLOSE

EXCEL_FILE_OPEN

EXCEL_WRITE

EXCEL_READ$()