EXCEL_STOP

EXCEL_STOP

STOPS MICROSOFT EXCEL

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

ACTION

The command EXCEL_STOP stops Microsoft Excel software, if it running.

SYNTAX: EXCEL_STOP

USE

  • The command is used to stop Microsoft Excel.

ERROR

  • If Excel software is not running.

EXAMPLE

rem launch Excel software

excel_start

rem wait for 5 secondes

wait 5000

rem stop Excel software

excel_stop

SEE ALSO

EXCEL_START

EXCEL_FILE_NEW

EXCEL_FILE_CLOSE

EXCEL_FILE_OPEN

EXCEL_WRITE

EXCEL_READ$()