How do I make an important instruction cell flash in Excel?

G

Guest

I would like to make important cells (generally containing instructions) to
flash the cell background on and off. This is in order to draw the user's
attention to the cell.

Is there a way to do this?
 
R

Ron Coderre

Generally, setting a cell to flash is very annoying to the users. It
can be done, but once they get the point, it's distracting to have the
cell constantly flashing.

If you just want to be sure they do something in particular, like put a
value in Cell D5, try setting up conditional formatting in that cell so
that it has a bright fill color when blank.

You could also set up a different cell to be a reminder:
A1: =IF(ISBLANK(D1),"Cell D5 must have a value!","")
Then set up that cell with conditional formatting based on Cell D5.

Alternatively, you could set up a macro to run upon workbook opening
that displays a message box with the reminder.

Would any of those ideas work for you?

Ron
 
J

JE McGimpsey

There is using VBA. Search the archives:

http://groups.google.com/advanced_group_search?as_ugroup=*excel*

for methods.

Know, however, that many, many users find this *extremely* annoying, and
sheets with flashing cells generally look unprofessional.

In addition, if you're working with any government agency in the US,
flashing cells may violate 29 U.S.C. 794d (Section 508 of the
Disabilities Act), due to triggering seizures in susceptible people.
 

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