Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have a large spreadsheet with formulae in multiple cells. Occassionally under some circumstances I have to replace a formula with manually entered data and I need to be able to automatically highlight these cells as being different. I have found out how to conditionally format a cell containing a formula but can't make the adjsutment to format a cell that doesn't contain a formula. The code I found is: Function IsFormula(cell_ref As Range) IsFormula = cell_ref.HasFormula End Function Is it as simple as changing "HasFormula" to "doesnothaveformula"? Thanks Martin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format for formula cells | Excel Worksheet Functions | |||
conditional format cells with formula | Excel Worksheet Functions | |||
Formula fails if cells text format | Excel Discussion (Misc queries) | |||
Format cells with a formula (7 conditions). | Excel Discussion (Misc queries) | |||
how can i create a formula or format the cells so the answer is a. | Excel Discussion (Misc queries) |