Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default How can I make a cell to flash?

Can anyone help with this:

How can I make a cell to flash a text, let's say "Warning!" whenever a
condition is met. For example, if cell A1 = cell A2, make cell A3
flash the text "Warning!".

Thanks,

Amir
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default How can I make a cell to flash?

In order for that to happen you'd have to have a macro running all the time
which is not a good idea. There is no Flash feature as there is in Word.

"amirstal" wrote in message
...
Can anyone help with this:

How can I make a cell to flash a text, let's say "Warning!" whenever a
condition is met. For example, if cell A1 = cell A2, make cell A3
flash the text "Warning!".

Thanks,

Amir



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default How can I make a cell to flash?

Do you want to annoy people, or merely alert them to a condition being met?
Use conditional formatting to highlight the cell.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"amirstal" wrote in message
...
Can anyone help with this:

How can I make a cell to flash a text, let's say "Warning!" whenever a
condition is met. For example, if cell A1 = cell A2, make cell A3
flash the text "Warning!".

Thanks,

Amir



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default How can I make a cell to flash?

http://www.cpearson.com/excel/BlinkingText.aspx
--
Gary''s Student - gsnu2007k
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default How can I make a cell to flash?

On Sep 15, 2:45*pm, "Jon Peltier"
wrote:
Do you want to annoy people, or merely alert them to a condition being met?
Use conditional formatting to highlight the cell.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. -http://PeltierTech.com
_______

"amirstal" wrote in message

...

Can anyone help with this:


How can I make a cell to flash a text, let's say "Warning!" whenever a
condition is met. For example, if cell A1 = cell A2, make cell A3
flash the text "Warning!".


Thanks,


Amir


Yes, I want something bolder than just conditional formatting. Indeed,
it is to provide a better alert.

Amir


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default How can I make a cell to flash?

Maybe you'll like this. In another cell, say Z1, put
=IF(A1=A2,"WARNING!!","") and hide column Z.
Insert a Textbox near A3, select the border. While the textbox is selected,
click in the formula bar and enter =Z1. Format its font as 28-pt, Red, Bold,
format the textbox itself as no fill, no border.
Now when A1=A2 you'll see the big bold warning and when they're different
you'll see nothing.

HTH
Bob Umlas
Excel MVP

"amirstal" wrote in message
...
On Sep 15, 2:45 pm, "Jon Peltier"
wrote:
Do you want to annoy people, or merely alert them to a condition being
met?
Use conditional formatting to highlight the cell.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. -http://PeltierTech.com
_______

"amirstal" wrote in message

...

Can anyone help with this:


How can I make a cell to flash a text, let's say "Warning!" whenever a
condition is met. For example, if cell A1 = cell A2, make cell A3
flash the text "Warning!".


Thanks,


Amir


Yes, I want something bolder than just conditional formatting. Indeed,
it is to provide a better alert.

Amir


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default How can I make a cell to flash?

On Sep 15, 3:23*pm, "Bob Umlas" wrote:
Maybe you'll like this. In another cell, say Z1, put
=IF(A1=A2,"WARNING!!","") and hide column Z.
Insert a Textbox near A3, select the border. While the textbox is selected,
click in the formula bar and enter =Z1. Format its font as 28-pt, Red, Bold,
format the textbox itself as no fill, no border.
Now when A1=A2 you'll see the big bold warning and when they're different
you'll see nothing.

HTH
Bob Umlas
Excel MVP

"amirstal" wrote in message

...
On Sep 15, 2:45 pm, "Jon Peltier"
wrote:



Do you want to annoy people, or merely alert them to a condition being
met?
Use conditional formatting to highlight the cell.


- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. -http://PeltierTech.com
_______


"amirstal" wrote in message


...


Can anyone help with this:


How can I make a cell to flash a text, let's say "Warning!" whenever a
condition is met. For example, if cell A1 = cell A2, make cell A3
flash the text "Warning!".


Thanks,


Amir


Yes, I want something bolder than just conditional formatting. Indeed,
it is to provide a better alert.

Amir


Thanks.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Make a cell flash Lloyd New Users to Excel 3 October 11th 06 11:00 PM
make cell flash Lloyd Excel Discussion (Misc queries) 2 October 11th 06 09:25 AM
How do I make the cell flash on and off ? Hurricaine Excel Worksheet Functions 3 June 15th 06 07:22 PM
how do i make a cell flash in excel djbuss Excel Discussion (Misc queries) 0 February 28th 05 10:19 PM
how do I make a cell flash pedro Excel Discussion (Misc queries) 1 December 15th 04 12:42 PM


All times are GMT +1. The time now is 06:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"