Syntax |
Example |
Description/Remarks |
EXCEL_ERRORDESC |
IF (EXCEL_ERROR > 0),
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 message. Otherwise, an empty string is returned. Note: This command does not return error messages produced by the EXCELCOM_ commands. |