how do i write a macro to change font color with live data?

G

Guest

I have a live data feed into an excel spread sheet and want to be able to
change the color of the font when value of cells change either positive or
negative. E.x., red when it goes down and is negative and green when value
goes up? And suggestions would help greatly
 
G

Guest

Does the live data feed trigger the Change event. Then I would use that to
store the old value of the cell in a static variable and color the cell
appropriately.
 

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