Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Hm.. something still not good... however it's not on the function side... I did some select case mods at the end to display text rather than color code. The function is ok now, but: 1. ColorOfCell(I7) returns "PH" 2. ColorOfCell(I7)="PH" returns TRUE 3. ColorOfCell(INDIRECT(ADDRESS($P8;$O$4;4;TRUE;"Pers onal"))) returns "PH" 4. ColorOfCell(INDIRECT(ADDRESS($P8;$O$4;4;TRUE;"Pers onal")))="PH" returns "volatile" I don't understand why line 4 is not working. I'd like to work with the returned value further... One more thing: Conditional formatting based on the "PH" string entered into the cell by the finction is working... What's the difference between line 2 and 4? Thanks for any help, Marton "keepITcool" wrote in message ft.com... almost there.. Address returns a STRING, you need a reference. try colorofcell(indirect(address -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam VilMarci wrote : |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
is there any built in function to draw lines | Excel Worksheet Functions | |||
Sqr built-in function in Excel 2003 VBA | Excel Discussion (Misc queries) | |||
Reference Previous Worksheet Built-in Function | Excel Worksheet Functions | |||
Access Recordset with Built-In Function | Excel Programming | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |