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