Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Gentle people
I've try to use this code but nothing happen what I did wrong ? cc "Harlan Grove" wrote: justice wrote: Is there a way to make excel play a sound on a or < number? I am using a futures program that can put the last trade number in a cell such as 0.008900, I want to make excel play a sound when the cell number reaches a number such as than 0.008900 Not possible without VBA. With VBA, you could try the following udf which uses Excel's speech synthesis. Function SayIt(c As Boolean, s As String) If c Then Application.Speech.Speak s SayIt = c End Function You can then use this in worksheet formulas like =SayIt(x0.0089,REPT("Sell! ",20)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I make an excel cell "mark" or "unmark" when clicked on? | Excel Discussion (Misc queries) | |||
In excel, can you make a cell blink? | Excel Discussion (Misc queries) | |||
How do I enter a wave sound file into an excel cell? | Excel Discussion (Misc queries) | |||
how do I make a cell in Excel required to be populated? | Excel Discussion (Misc queries) | |||
How Can I make a cell flash in Excel | Excel Discussion (Misc queries) |