Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 -- Ron Coderre ------------------------------------------------------------------------ Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419 View this thread: http://www.excelforum.com/showthread...hreadid=488466 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There is using VBA. Search the archives:
http://groups.google.com/advanced_gr...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. In article , "Bil Stewart" <Bil wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In excel, can you make a cell blink? | Excel Discussion (Misc queries) | |||
Can you make cells in Excel flash or twinkle? | Excel Worksheet Functions | |||
how do i make a row flash in excel spreadsheet | Excel Discussion (Misc queries) | |||
How Can I make a cell flash in Excel | Excel Discussion (Misc queries) | |||
how do I make a cell flash | Excel Discussion (Misc queries) |