Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry. I should have told you that the cell I want to flash between the 2
colours already contains an IF formula =IF(S28<=0," ",IF(N28=P9," ",IF(N28<P9,"Replace Your Clone"))) There is also a Conditional format linked to the cell as well. "Desert Piranha" wrote: barry24uk Wrote: I think the question speaks for itself. Hi Barry, Try this, cange to suit your needs '---------- Public Sub Blink() Dim appTime With Sheets(1).Range("A1").Interior If .ColorIndex = 4 Then .ColorIndex = 3 Else .ColorIndex = 4 End If End With appTime = Now() + TimeValue("00:00:01") Application.OnTime appTime, "Blink" End Sub '---------- -- Desert Piranha ------------------------------------------------------------------------ Desert Piranha's Profile: http://www.excelforum.com/member.php...o&userid=28934 View this thread: http://www.excelforum.com/showthread...hreadid=497233 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Please make it easier to access the IS functions (e.g., isblank) . | Excel Worksheet Functions | |||
How can I make an excel cell flash a color? | Excel Discussion (Misc queries) | |||
When calling a different file, can I make the tab equal to a cell? | Excel Discussion (Misc queries) | |||
Can I make a cell in Excell flash or blink. | Excel Worksheet Functions | |||
make a cell empty based on condition | Charts and Charting in Excel |