cellcolor
Syntax:
Return
Cell
cellcolor
(
Color
color)
Description:
Sets the cell color of the current cell to
color
.
Examples:
($a1:$a5) = cellcolor(red)
Before:
A
B
1
3
2
4
3
2
4
5
9
After:
A
B
1
3
2
4
3
2
4
5
9
($b2) = cellcolor(128,255,0)
($a2:$c3) = cellcolor(FF1493)