View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Cell Reference Macro

Try the below

2003: Menu ToolsFormula Auditing
2007: Menu FormulasFormula Auditing

Trace Precedents will show arrows to cells which are referenced in the
formula

Trace Dependents will show arrows to cells which are affected by the
selected cell

PS: In 2003 for regular use you may enable the formula auditing toolbar from
'Show Formula Auditing Tool Bar'

If this post helps click Yes
---------------
Jacob Skaria


"Scott" wrote:

I have a financial model with all of my inputs on tab A that populates
financial statements on tabs b, c, and d. Does anyone know of a way or have
a macro that would in some way highlight the cells on tabs b, c, and d that
are direct cell references to a line item on tab a. Thanks in advance for
your help!