XLGetSelectedCell
XLGetSeletedCell>XLBookHandle,value,row,column
Not supported in Macro Scheduler Lite.
This function requires Microsoft Excel to be installed.
Returns the value and row and column indexes of the active cell.
Abbreviation: XGS
See also: XLAddSheet, XLCreate, XLDelCol, XLDelRow, XLDelSheet, XLFind, XLGet, XLGetCell, XLGetSheetDims, XLGetSheetNames, XLOpen, XLQuit, XLRun, XLRunCode, XLSave, XLSelectRange, XLSetCell, XLSetCellColor, XLSetRangeFormat, XLSheetToArray
Example
XLOpen>%USERDOCUMENTS_DIR%\mybook.xls,1,xlBook
XLFind>xlBook,Sheet1,Widgets,isFound
XLGetSelectedCell>xlBook,theValue,foundRow,foundColumn