ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Information on cell color format (https://www.excelbanter.com/excel-discussion-misc-queries/137614-information-cell-color-format.html)

nc

Information on cell color format
 
Are there any function that can return information on the color format of a
cell?

Mike

Information on cell color format
 
Have a look here

http://www.cpearson.com/Excel/colors.htm

Mike

"nc" wrote:

Are there any function that can return information on the color format of a
cell?


Amit GK[_2_]

Information on cell color format
 
CELL("color",reference)

returns 1 if the cell is formatted in color for negative values; otherwise
returns 0 (zero).

"nc" wrote:

Are there any function that can return information on the color format of a
cell?


Bob Phillips

Information on cell color format
 
Function GetColorindex(rng as Range)
GetColorindex = rng.Interior.Colorindex
End Function

but as a colour change triggers no events, it will not update if you change
the colour.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"nc" wrote in message
...
Are there any function that can return information on the color format of
a
cell?





All times are GMT +1. The time now is 12:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com