T
Todd
I have a worksheet that the formula's are overriden
freeequently (thats the way its supposed to be). Is there
a way to mark the cells that now contain numbers and no
formula? I have a macro that colors cells that contain
formulas. I need the opposite too. Can I modify it?
Sub markformula()
Cells.SpecialCells(xlCellTypeFormulas).Interior.ColorIndex
= 35
End Sub
TIA
Todd
freeequently (thats the way its supposed to be). Is there
a way to mark the cells that now contain numbers and no
formula? I have a macro that colors cells that contain
formulas. I need the opposite too. Can I modify it?
Sub markformula()
Cells.SpecialCells(xlCellTypeFormulas).Interior.ColorIndex
= 35
End Sub
TIA
Todd