Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
You could use Format|Conditional formatting and a UserDefined Function.
In a General Module: Option Explicit Function IsFormula(rng As Range) IsFormula = rng(1).HasFormula End Function Then back to excel and use this in your Format|conditional formatting rules: Formula is: =isformula(A1) (If A1 is the activecell.) If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm Wind54Surfer wrote: Hi all, I want to be able to have cell with formulas show with a different color. I tried with conditional formatting but can't figure out how. Can someone please help me. Thanks in advance, Emilio Limited knowledge of Excel 2003 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional cell shading when a change occurs | Excel Discussion (Misc queries) | |||
SQL - Auto Refresh Upon Cell Value Change | Excel Worksheet Functions | |||
How do I create formula to change cell color | Excel Worksheet Functions | |||
How can I write an if-then formula for 0 or less than 0 in cell t. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |