CJ thanks for taking the time to look into this for me.
regards
Del
Main Topics
Browse All TopicsCan anyone advise me how to make a cell flash two differnt colours triggered by the data that is entered.
I will give some background on this spreadsheet. At present I have used conditional programming to assign a cell colours. I have set a condition whereby if the cell has a value between 25 to 100 displays green, then 24 to 16 displays amber, then 15 to 5 red.
I would like to have a value between 0 and 5 to display a 2 colour alternating red/amber. when the cell is blank, the cell remains white (normal). Has anyone created this condition of a cell. If so could I have the knowledge please.
Thanks
Del
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
having trouble typing so I hope you don't mind me just giving you the references to the code you need ...
check this out ... http://www.cpearson.com/ex
you can create a timed event that will alternate the coor displayed ... since you already have the setting of the color, you just need one additional flag so you know which color is set so you can set the alternate color
Business Accounts
Answer for Membership
by: cj_1969Posted on 2006-08-14 at 06:20:52ID: 17309826
even if you can do this, depending on the size of your spredsheet I don't know if you want to ...
to make this happen you are going to have to program a loop that will run constantly to switch the color ever second ... this would have to run for each cell ... if you have a lareg spreadsheet this will be a lot of activity just to get this affect.
BUT i'm thinking it is possible if you do want to do this ... let me take a look and see what I can do.