Highlight a cell if it changes as a result of formula recalculatio

G

Guest

Hi,
I am trying to create someything which will highlight a cell if it changes
as result of another cell changing and therefor a formula recalculation. e.g.

A B C
1 2 (A*B)

I am looking for cell C1 to automatically highlight or change color if
either cell a1 or a2 changes.
 
G

Guest

You could use a sub worksheet_change(). This gets called for each cell that
get recalculated. If you change the 1 it will get highlighted as well as
the data in column C.

You probably under tool Menu - Track changes may do what you are looking for.
 

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

Top