Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try running the following short macro when the sheet containing the formulae is activated Sub Process() Set CellRange = Cells.SpecialCells(xlCellTypeFormulas, 23) For Each Cell In CellRange Cell.Interior.ColorIndex = Sheets(Mid(Cell.Formula, 2, InStr(Cell.Formula, "!") - 2)).Range(Right(Cell.Formula, Len(Cell.Formula) - InStr(Cell.Formula, "!"))).Interior.ColorIndex Next Cell End Sub -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=547465 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Cell but not sheet protection | Excel Discussion (Misc queries) | |||
resetting last cell | Excel Discussion (Misc queries) | |||
Taking out duplicates from a single sheet | Excel Discussion (Misc queries) | |||
IF THEN LOGIC | Excel Discussion (Misc queries) |