Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a formula in the cell that does a calculation. I
need the data to be red in colour and to blink only when the result is negative. Can anyone show me how to do it in excel? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
to make it blink, you would need to change the color at a periodic rate.
You can use the application.Ontime method to do this. See Chip Pearson's page on this http://www.cpearson.com/excel/ontime.htm How to trigger it would depend on how it becomes negative. If through a calculation, use the calculate event. You will need to store its state, so you don't trigger the blinking on every calculate as long as the cell stays negative - unless that is what you want. -- Regards, Tom Ogilvy ds328 wrote in message ... I have a formula in the cell that does a calculation. I need the data to be red in colour and to blink only when the result is negative. Can anyone show me how to do it in excel? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I make an excell cell blink? | Excel Discussion (Misc queries) | |||
How does one make data in a cell blink | Excel Worksheet Functions | |||
Can you make a cell blink? | Excel Worksheet Functions | |||
In excel, can you make a cell blink? | Excel Discussion (Misc queries) | |||
Make a cell blink | Excel Discussion (Misc queries) |