Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Difficult. See http://www.xldynamic.com/source/xld.CFConditions.html
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... Debug.Print cell.Interior.ColoriIndex does not return the color of a cell using conditional formatting. it retunes -4142. how do you return the cell colorindex of a conditionally formatted cell? -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ok, thanks, it's not that big of a deal, i'll work around it. just figured if a
cell had a background, it would be returned with colorindex. -- Gary "Bob Phillips" wrote in message ... Difficult. See http://www.xldynamic.com/source/xld.CFConditions.html -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... Debug.Print cell.Interior.ColoriIndex does not return the color of a cell using conditional formatting. it retunes -4142. how do you return the cell colorindex of a conditionally formatted cell? -- Gary |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No because the cell doesn't have that background, it is format. Just as a
cell with a format of 0.00 might show a value of 2.66, but really contain a value of 2.67234. It is only presentation. You could always check that the cell satisfies the condition stipulated in the CF. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... ok, thanks, it's not that big of a deal, i'll work around it. just figured if a cell had a background, it would be returned with colorindex. -- Gary "Bob Phillips" wrote in message ... Difficult. See http://www.xldynamic.com/source/xld.CFConditions.html -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... Debug.Print cell.Interior.ColoriIndex does not return the color of a cell using conditional formatting. it retunes -4142. how do you return the cell colorindex of a conditionally formatted cell? -- Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting Question | Excel Discussion (Misc queries) | |||
Conditional Formatting Question | Excel Discussion (Misc queries) | |||
conditional formatting question | Excel Discussion (Misc queries) | |||
conditional formatting question | Excel Worksheet Functions | |||
Conditional Formatting question | Excel Programming |