Let\'s assume i have the following range from (a1:c3)
A B C 1 -1 1 1 2 -1 0 0 3 0 0 1
Now i have selected the following range, and forma
You need to refer the .FormatConditions(index that is active).Interior.ColorIndex to retrieve the conditional formatting color of a cell.
.FormatConditions(index that is active).Interior.ColorIndex
You may refer to the below link for an example:
http://www.xldynamic.com/source/xld.CFConditions.html#specific