Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim, i just downloaded your add in and it doesnt work with conditional format
in XL 2007, normal format works fine. "Jim Cone" wrote: Again, I don't have XL 2007. It would be interesting, to me at least, to determine if my free add-in "Determine Colors" will install on that version and accurately return CF colors. I have no idea what MS has done or undone to the color system in 07. Trying it might give you some clue as to whether new code is required to return CF colors in the 07 Excel version. The program displays the name of the color for the cell interior, pattern, border, font and for the sheet tab on a popup menu on the cell right-click menu. The color name reflects the color displayed however derived. Anyone interested can request it by email. Please include your name and what part of the world you are in with your request. -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware -remove XXX from the address below- ) "GSB" wrote in message Jim: I tried C. Pearson´s code and didnt work. The ActiveCondition functions turns "0" everytime. It seems like it doesn´t detect the FC. I tried adding this to the code Case xlContains Temp = GetStrippedValue(FC.Formula1) If IsNumeric(Temp) Then If CDbl(Rng.Value) = CDbl(FC.Formula1) Then ActiveCondition = Ndx Exit Function End If Else If Rng.Value = Temp Then ActiveCondition = Ndx Exit Function End If End If But it didn´t work. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert conditional formatting into explicit formatting? | Excel Discussion (Misc queries) | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |