EXCEL_ERROR

Syntax

Example

Description/Remarks

EXCEL_ERROR

IF (EXCEL_ERROR > 0),
(MESSAGE EXCEL_ERRORDESC)
+ GOTO [A1]

 

See also: Creating a file in Microsoft Excel format.

This command can be useful when troubleshooting problems with a file created by the EXCEL_CREATE command.  

If the most recent EXCEL_ template command produced an error, this command returns the error number.  Otherwise, a zero is returned.

Note:  This command does not return error numbers produced by the EXCELCOM_ commands.