XLDelSheet
XLDelSheet>XLBookHandle,SheetName
Not supported in Macro Scheduler Lite.
This function requires Microsoft Excel to be installed.
Deletes the specified sheet in the workbook referenced by XLBookHandle. XLBookHandle is a handle returned by XLCreate/XLOpen.
Abbreviation: XDS
See also: XLAddSheet, XLCreate, XLDelCol, XLDelRow, XLFind, XLGet, XLGetCell, XLGetSheetDims, XLGetSelectedCell, XLGetSheetNames, XLOpen, XLQuit, XLRun, XLRunCode, XLSave, XLSelectRange, XLSetCell, XLSetCellColor, XLSetRangeFormat, XLSheetToArray
Example
XLOpen>%USERDOCUMENTS_DIR%\mybook.xls,1,xlBook
XLDelSheet>xlBook,Sheet2
XLSave>xlBook,%USERDOCUMENTS_DIR%\mybook.xls
XLQuit>xlBook