ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Can sounds be played when cell value changes? (https://www.excelbanter.com/excel-programming/394017-can-sounds-played-when-cell-value-changes.html)

Ruben

Can sounds be played when cell value changes?
 
I was wondering if it is possible to play a wav file when the value of a cell
changes.
If so, how can I do this?
Any suggestions would help, thanks!

N10

Can sounds be played when cell value changes?
 

"Ruben" wrote in message
...
I was wondering if it is possible to play a wav file when the value of a
cell
changes.
If so, how can I do this?
Any suggestions would help, thanks!


Hi Ruben

You can also coax Excel to issue a vocal warning when the target cell
changes


Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$1" Then
Application.Speech.Speak "The cell contents have changed"
End If
End Sub



Regards N10




All times are GMT +1. The time now is 08:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com