#1   Report Post  
Posted to microsoft.public.excel.misc
aacstv
 
Posts: n/a
Default Make cells flash.


I need to know the ste-by-step process on how to make cells flash.


--
aacstv
------------------------------------------------------------------------
aacstv's Profile: http://www.excelforum.com/member.php...o&userid=33440
View this thread: http://www.excelforum.com/showthread...hreadid=532529

  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjobom
 
Posts: n/a
Default Make cells flash.

http://www.cpearson.com/excel/newposte.htm

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Nothwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"aacstv" wrote in
message ...

I need to know the ste-by-step process on how to make cells flash.


--
aacstv
------------------------------------------------------------------------
aacstv's Profile:
http://www.excelforum.com/member.php...o&userid=33440
View this thread: http://www.excelforum.com/showthread...hreadid=532529



  #3   Report Post  
Posted to microsoft.public.excel.misc
Michael M
 
Posts: n/a
Default Make cells flash.

Here's one version

Sub cell_animation()
again1:
Dim w As Worksheet
Set w = Worksheets("sheet1")
Randomize
n = 67
m = 5
w.Range(Chr(n) & m).Rows.Interior.Color = QBColor(Int((Rnd * 5) + 1))
DoEvents
Application.Wait (Now + 1 / 24 / 60 / 120 / 0.9)
'TimeValue("0:00:01"))
GoTo again1:
End Sub

HTH
Michael

"aacstv" wrote:


I need to know the ste-by-step process on how to make cells flash.


--
aacstv
------------------------------------------------------------------------
aacstv's Profile: http://www.excelforum.com/member.php...o&userid=33440
View this thread: http://www.excelforum.com/showthread...hreadid=532529


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
How do I make an important instruction cell flash in Excel? Bil Stewart Excel Discussion (Misc queries) 2 November 27th 05 05:37 PM
How can I make the graph omit blank cells in the data set? easy Charts and Charting in Excel 3 March 17th 05 02:48 PM
How do I merge cells in Excel, like just 2 cells to make one big . chattacat Excel Discussion (Misc queries) 2 January 19th 05 04:25 PM
Make pictures go behind cells. beefyme Excel Discussion (Misc queries) 2 January 14th 05 04:15 PM
How to make empty cells as zero in excel add-ins for SQL Server an Microlong Excel Worksheet Functions 0 January 12th 05 06:31 AM


All times are GMT +1. The time now is 02:58 AM.

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

About Us

"It's about Microsoft Excel"