XLSetCellColor


 

XLSetCellColor>XLBookHandle,SheetName,Row,Column,Color

 

Not supported in Macro Scheduler Lite.

 

This function requires Microsoft Excel to be installed.

 

Sets the color of a specified cell.


 

Abbreviation: XCO


 

See also: XLAddSheet, XLCreate, XLDelCol, XLDelRow, XLDelSheet, XLFind, XLGet, XLGetCell, XLGetSheetDims, XLGetSelectedCell, XLGetSheetNames, XLOpen, XLQuit, XLRun, XLRunCode, XLSave, XLSelectRange, XLSetCell, XLSetRangeFormat, XLSheetToArray 

 

Example

 

XLOpen>%USERDOCUMENTS_DIR%\mybook.xls,1,xlBook

RGB>50,150,50,color1

XLSetCellColor>xlH,Sheet1,13,2,color1