Tracking changes in cell

  • Thread starter Thread starter Dinos
  • Start date Start date
D

Dinos

I want to track changes to cells because a formula calculates a ne
value, not because i changed directly the value of a cell.
the excel help indicate the following:
Cells that change because a formula calculates a new value---> To fin
cells that change due to recalculation, use the tools on the Auditin
toolbar.

How to do that? The formula auditing toolbar doesn't seem to hav
something like that...

thanks for your tim
 
Andy this is when you directly change a value to a cell, not when it i
recalculated because it contains a formula
Any other idea
 
Hi
if you also need to track re-calculations you would need an event
procedure that uses the worksheet_claculate event and store manually
the values of specific cells into a separate sheet/file.
AFAIK no chance without this. Would this be a feasible way for you?
 
Hi
I'll look into this this evening and prepare an example for you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top